diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 640d0f8..ce48cc7 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,13 +23,13 @@ jobs: python -m pip install --upgrade pip pip install pyinstaller colorama - - name: Builde executale with pyinstaller + - name: Build executable with pyinstaller run: | - pyinstaller --onefile jeu.py + pyinstaller --onefile controleur_de_gaz.py - name: Archive executable run: | - Compress-Archive -Path dist\jeu.exe -DestinationPath jeu_windows.zip + Compress-Archive -Path dist\controleur_de_gaz.exe -DestinationPath jeu_windows.zip - name: Upload Artifact uses: actions/upload-artifact@v3