Skip to content

Commit 486fa01

Browse files
committed
always build in debug mode for main commits
1 parent e307176 commit 486fa01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-steam.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
name: Quiz4Everyone${{ matrix.platform.file_extension }}
2828
preset: ${{ matrix.platform.os }}
29-
debugMode: ${{ github.event_name != 'push' || github.ref != 'refs/heads/main' }}
29+
debugMode: true
3030
- name: Save Artifact
3131
uses: actions/upload-artifact@v4
3232
with:

0 commit comments

Comments
 (0)