Skip to content

Commit

Permalink
release: fix Linux zip name
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
lifehackerhansol committed Apr 16, 2022
1 parent 7303885 commit 4140835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
chmod +x YANBF/generator/generator YANBF/generator/makerom YANBF/generator/bannertool
mkdir actions
cd YANBF
zip -r ../actions/YANBF-macOS.zip *
zip -r ../actions/YANBF-Linux.zip *
- name: Publish
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4140835

Please sign in to comment.