Skip to content

Commit

Permalink
always build in debug mode for main commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesuaheli committed May 11, 2024
1 parent e307176 commit 486fa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd-steam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 486fa01

Please sign in to comment.