Update .forgejo/workflows/release.yml
All checks were successful
/ upload-release (push) Successful in 33s

This commit is contained in:
Venrey 2024-07-17 00:41:39 +00:00
parent 10374bb213
commit 2e8b5ecfe0

View file

@ -9,7 +9,8 @@ jobs:
- run: apt-get install zip git -y
- run: git clone https://git.venreys-lair.xyz/Venrey/Eddie-Roden-Slide-Tool .
- run: wine ~/.wine/drive_c/Program\ Files/Python312/Scripts/pyinstaller.exe --onefile main.py
- run: zip /dist/release/Winodws.zip ./fonts ./templets ./Numbers.xlsx ./dist/main.exe
- run: mv ./dist/main.exe ./ImageGen.exe
- run: zip /dist/release/Winodws.zip ./fonts ./templets ./Numbers.xlsx ./ImageGen.exe
- uses: actions/forgejo-release@v2
with:
direction: upload