Skip to content

Commit

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

0 comments on commit b92c3ed

Please sign in to comment.