From 76518ac0515262e54837ed7e4cb9a6f00852adc6 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 5 Dec 2024 17:24:08 +0100 Subject: [PATCH] Another iteration on cooking job --- .github/workflows/cooking.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cooking.yml b/.github/workflows/cooking.yml index 109b0f19f..35e83d131 100644 --- a/.github/workflows/cooking.yml +++ b/.github/workflows/cooking.yml @@ -42,11 +42,11 @@ jobs: - name: Cook Game (Windows) shell: pwsh 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) shell: pwsh 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-mac: