Skip to content

Commit

Permalink
Update ZIP path
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Mar 14, 2024
1 parent d934e11 commit bfa8580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v3.1.3
with:
name: ${{ github.event.pull_request.number }}-${{ matrix.browser }}
path: dist/${{ matrix.browser }}/${{ matrix.browser }}.zip
path: dist/${{ matrix.browser }}.zip
if-no-files-found: error

test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
prerelease: false
generate_release_notes: true
files: |
./dist/chrome/chrome.zip
./dist/firefox/firefox.zip
./dist/chrome.zip
./dist/firefox.zip

0 comments on commit bfa8580

Please sign in to comment.