Skip to content

Commit

Permalink
Fix resulting ZIP name
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Feb 16, 2020
1 parent 441ec28 commit 09a5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Zip plugin
run : |
cd artifact
zip -r deathmatch-loader *
zip -r fps-booster *
cd ..
mv artifact/fps-booster.zip .
Expand Down

0 comments on commit 09a5b99

Please sign in to comment.