ci: essaie de patcher l'étape du batit
Some checks failed
BinGen / Validate (push) Failing after 22s

This commit is contained in:
2025-07-09 02:41:54 +02:00
parent 59a5d4a91d
commit 75d674ba12

View File

@@ -23,13 +23,13 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pyinstaller colorama pip install pyinstaller colorama
- name: Builde executale with pyinstaller - name: Build executable with pyinstaller
run: | run: |
pyinstaller --onefile jeu.py pyinstaller --onefile controleur_de_gaz.py
- name: Archive executable - name: Archive executable
run: | 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 - name: Upload Artifact
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3