ci: essaie de patcher l'étape du batit
Some checks failed
BinGen / Validate (push) Failing after 22s
Some checks failed
BinGen / Validate (push) Failing after 22s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user