Skip to content

Commit

Permalink
use ENV setup
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Jun 5, 2023
1 parent 3fdb3c1 commit 2758bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
env:
FILENAME: bjerk-chrome-extension-${{ github.event.release.tag_name }}
run: |
mv dist $FILENAME
zip -r "$FILENAME.zip" $FILENAME/
mv dist/ ${{ env.FILENAME }}/
zip -r "${{ env.FILENAME }}.zip" ${{ env.FILENAME }}/
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 2758bdf

Please sign in to comment.