Skip to content

Commit

Permalink
Combine all zip files into a single artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Feb 8, 2024
1 parent 5786634 commit 20f29c2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 20f29c2

Please sign in to comment.