Another iteration on cooking job

This commit is contained in:
Wojtek Figat
2024-12-05 17:24:08 +01:00
parent 3aed3f1954
commit 76518ac051

View File

@@ -42,11 +42,11 @@ jobs:
- name: Cook Game (Windows) - name: Cook Game (Windows)
shell: pwsh shell: pwsh
run: | run: |
& "./Binaries/Editor/Win64/Development/FlaxEditor.exe" -std -headless -mute -null -project "FlaxSamples/MaterialsFeaturesTour" -build "Development.Windows" ./Binaries/Editor/Win64/Development/FlaxEditor.exe -std -headless -mute -null -project "FlaxSamples/MaterialsFeaturesTour" -build "Development.Windows"
- name: Test Game (Windows) - name: Test Game (Windows)
shell: pwsh shell: pwsh
run: | run: |
& "./FlaxSamples/MaterialsFeaturesTour/Output/Windows/MaterialsFeaturesTour.exe" -std -headless -mute -null ./FlaxSamples/MaterialsFeaturesTour/Output/Windows/MaterialsFeaturesTour.exe -std -headless -mute -null
# Cook on Mac # Cook on Mac
cook-mac: cook-mac: