diff --git a/.github/workflows/cooking.yml b/.github/workflows/cooking.yml index 403d4dd57..4ec35da69 100644 --- a/.github/workflows/cooking.yml +++ b/.github/workflows/cooking.yml @@ -1,4 +1,4 @@ -name: Cook +name: Cooker on: [push, pull_request] env: @@ -31,14 +31,14 @@ jobs: with: fetch-depth: 1 repository: FlaxEngine/FlaxSamples - path: ..\FlaxSamples + path: FlaxSamples - name: Build Editor run: | .\Development\Scripts\Windows\CallBuildTool.bat -build -log -printSDKs -dotnet=8 -arch=x64 -platform=Windows -configuration=Development -buildtargets=FlaxEditor - name: Cook Game run: | - cp .github\data\ExitOnEsc.cs ..\FlaxSamples\MaterialsFeaturesTour\Source\Game - .\Binaries\Editor\Win64\Development\FlaxEditor.exe -std -headless -mute -null -project "${GITHUB_WORKSPACE}\..\FlaxSamples\MaterialsFeaturesTour" -build "Development.Windows" + cp .github\data\ExitOnEsc.cs FlaxSamples\MaterialsFeaturesTour\Source\Game + .\Binaries\Editor\Win64\Development\FlaxEditor.exe -std -headless -mute -null -project "FlaxSamples\MaterialsFeaturesTour" -build "Development.Windows" - name: Test Game run: | - ..\FlaxSamples\MaterialsFeaturesTour\Output\Windows\MaterialsFeaturesTour.exe -std -headless -mute -null + .\FlaxSamples\MaterialsFeaturesTour\Output\Windows\MaterialsFeaturesTour.exe -std -headless -mute -null