Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Apr 30, 2024
1 parent f7d1bfb commit 8f87332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Pack
run: npm run pack

- run: echo "ZIP_CHROME=$(ls dist | grep chrome)" >> $GITHUB_ENV
- run: echo "ZIP_FF=$(ls dist | grep firefox)" >> $GITHUB_ENV
- run: echo "ZIP_CHROME=dist/$(ls dist | grep chrome)" >> $GITHUB_ENV
- run: echo "ZIP_FF=dist/$(ls dist | grep firefox)" >> $GITHUB_ENV
- run: echo "$ZIP_CHROME $ZIP_FF"

- name: Upload artifacts
Expand Down

0 comments on commit 8f87332

Please sign in to comment.