Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Aug 15, 2024
1 parent dd5cc3c commit f9c2d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ jobs:
cd ./NapCat.Framework/
zip -q -r NapCat.Framework.zip *
cd ..
rm ./NapCat.Shell -rf
rm ./NapCat.Framework -rf
rm ./NapCat.Shell.zip -rf
rm ./NapCat.Framework.zip -rf
mv ./NapCat.Shell/NapCat.Shell.zip ../
mv ./NapCat.Framework/NapCat.Framework.zip ../
- name: Extract version from tag
Expand Down

0 comments on commit f9c2d4c

Please sign in to comment.