Fix: Typo
All checks were successful
/ compile-exe (push) Successful in 1m47s

This commit is contained in:
Venrey 2024-07-17 04:17:46 +00:00
parent fd98c9a244
commit 5820502c28

View file

@ -12,7 +12,7 @@ jobs:
- run: wine ~/.wine/drive_c/Program\ Files/Python312/Scripts/pyinstaller.exe --clean --collect-all pillow --collect-all openpyxl --collect-all matplotlib main.py - run: wine ~/.wine/drive_c/Program\ Files/Python312/Scripts/pyinstaller.exe --clean --collect-all pillow --collect-all openpyxl --collect-all matplotlib main.py
- run: mv ./dist/main/main.exe ./ImageGen.exe - run: mv ./dist/main/main.exe ./ImageGen.exe
- run: mv ./dist/main/_internal ./ - run: mv ./dist/main/_internal ./
- run: zip -r /dist/release/Winodws.zip ./fonts ./templets ./Numbers.xlsx ./_internal ./ImageGen.exe - run: zip -r /dist/release/windows.zip ./fonts ./templets ./Numbers.xlsx ./_internal ./ImageGen.exe
- uses: actions/forgejo-release@v2 - uses: actions/forgejo-release@v2
with: with:
direction: upload direction: upload