Skip to content

Commit

Permalink
Fix release workflow again [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Mar 13, 2022
1 parent 286265b commit fcb32aa
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 @@ -48,7 +48,7 @@ jobs:
run: |
curl -LJO "https://github.com/Epicpkmn11/bannertool/releases/download/1.2.1/bannertool.zip"
unzip bannertool.zip
mv -f windows-x86_64\bannertool.exe YANBF/generator/bannertool.exe
mv -f windows-x86_64/bannertool.exe YANBF/generator/bannertool.exe
curl -LJO "https://github.com/3DSGuy/Project_CTR/releases/download/makerom-v0.18/makerom-v0.18-win_x86_64.zip"
unzip makerom-v0.18-win_x86_64.zip
mv -f makerom.exe YANBF/generator/makerom.exe
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
unzip makerom-v0.18-ubuntu_x86_64.zip
mv -f makerom YANBF/generator/makerom
wget "https://github.com/lifehackerhansol/Simple-Web-App-GUI-for-YANBF-Generator/releases/latest/download/YANBF-GUI.AppImage"
mv -f YANBF-GUI.AppImage dist/generator/YANBF-GUI.AppImage
mv -f YANBF-GUI.AppImage YANBF/generator/YANBF-GUI.AppImage
cd YANBF/generator
pyinstaller --onefile generator.py
mv dist/generator generator
Expand Down

0 comments on commit fcb32aa

Please sign in to comment.