Move Added Actions to main branch #1

Merged
Venrey merged 10 commits from Actions into main 2024-07-17 00:43:16 +00:00
Showing only changes of commit 2e8b5ecfe0 - Show all commits

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