Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jul 15, 2023
1 parent a6ed90b commit 373acb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ jobs:
path: assets
- run: |
cd assets
find . -type f | while read f; do mv -fvt . $f; done
for f in *; do
zip -r $f-${{ needs.meta.outputs.tag }}.zip $f
done
- uses: softprops/action-gh-release@v1
with:
files: assets/*
Expand Down

0 comments on commit 373acb0

Please sign in to comment.