From 20f29c298480e59117db15a672865f3ef6acbac2 Mon Sep 17 00:00:00 2001 From: Arnelle Balane Date: Thu, 8 Feb 2024 19:28:15 +0800 Subject: [PATCH] Combine all zip files into a single artifact --- .github/workflows/release-extension.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-extension.yml b/.github/workflows/release-extension.yml index 9d0bf00..b977719 100644 --- a/.github/workflows/release-extension.yml +++ b/.github/workflows/release-extension.yml @@ -21,13 +21,7 @@ jobs: - run: npm run zip - uses: actions/upload-artifact@v4 with: - name: simple-todo - path: simple-todo.zip - if-no-files-found: error - retention-days: 1 - - uses: actions/upload-artifact@v4 - with: - name: simple-todo-source - path: simple-todo-source.zip + name: simple-todo-artifacts + path: simple-todo**.zip if-no-files-found: error retention-days: 1