From 75d674ba1217fe1b16f8769344ea1a617e08b15c Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 9 Jul 2025 02:41:54 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20essaie=20de=20patcher=20l'=C3=A9tape=20du?= =?UTF-8?q?=20batit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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