Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teebszet committed Jul 5, 2023
1 parent b92c3ed commit ba49140
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
run: |
echo "FILENAME=xverse-extension.$(echo ${{github.ref_name}}| sed 's/\//-/').$(git rev-parse --short ${{ github.sha }}).zip" >> $GITHUB_OUTPUT
- name: Create Archive
run: zip -r ${{ steps.save-filename.output.FILENAME }} ./build
run: |
echo Zipping to ${{ steps.save-filename.outputs.FILENAME }}
zip -r ${{ steps.save-filename.outputs.FILENAME }} ./build
- name: Upload Archive
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ba49140

Please sign in to comment.