From 486fa0143e00b95c715945da159429a66d59d17c Mon Sep 17 00:00:00 2001 From: Kesuaheli Date: Sat, 11 May 2024 19:11:29 +0200 Subject: [PATCH] always build in debug mode for main commits --- .github/workflows/cicd-steam.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-steam.yml b/.github/workflows/cicd-steam.yml index f24cad8..0ac964a 100644 --- a/.github/workflows/cicd-steam.yml +++ b/.github/workflows/cicd-steam.yml @@ -26,7 +26,7 @@ jobs: with: name: Quiz4Everyone${{ matrix.platform.file_extension }} preset: ${{ matrix.platform.os }} - debugMode: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }} + debugMode: true - name: Save Artifact uses: actions/upload-artifact@v4 with: