Skip to content

Commit

Permalink
Modify app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitDur committed Oct 31, 2024
1 parent ca0e1c6 commit d93d36c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
cd IfritXlsx/
pyinstaller -n IfritXlsx -F --specpath release/build --distpath release --workpath release/build main.py
cp -r Resources/ release/
rm -rf OriginalFiles/decompressed_battle
mkdir -p release/OriginalFiles/
cp OriginalFiles/en_battle/battle.* release/OriginalFiles
mkdir -p release/OutputFiles/
rm -r release/build
cd release
ls -al
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
**/ifrit-gui/Ifrit.csproj.user
**/ifrit-gui/.vs/
*.sh
IfritXlsx/OriginalFiles
IfritXlsx/OutputFiles
2 changes: 0 additions & 2 deletions IfritXlsx/.gitignore

This file was deleted.

0 comments on commit d93d36c

Please sign in to comment.