Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jul 15, 2023
1 parent 778dac8 commit 1b77aec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ jobs:
- run: |
cd assets
for f in *; do
zip -j -r $f-${{ needs.meta.outputs.tag }}.zip $f
(cd $f && zip -r ../$f-${{ needs.meta.outputs.tag }}.zip .)
done
- uses: softprops/action-gh-release@v1
with:
files: assets/*
files: assets/*.zip
tag_name: ${{ needs.meta.outputs.tag }}

0 comments on commit 1b77aec

Please sign in to comment.