Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Alex J Lennon <[email protected]>
  • Loading branch information
ajlennon committed Jul 20, 2024
1 parent 5855272 commit d34c01f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/compile_gdextension/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ runs:
uses: microsoft/setup-msbuild@v2

- name: Build Opus (Windows Debug)
if: inputs.platform == 'Windows' && inputs.target == "template_debug"
if: inputs.platform == 'Windows' && inputs.target == 'template_debug'
shell: powershell
run: |
echo "::group::🛠️ Opus Compilation (Windows Debug) 🛠️"
Expand All @@ -177,7 +177,7 @@ runs:
msbuild Opus.sln /p:Configuration=Debug
- name: Build Opus (Windows Release)
if: inputs.platform == 'Windows' && inputs.target == "template_release"
if: inputs.platform == 'Windows' && inputs.target == 'template_release'
shell: powershell
run: |
echo "::group::🛠️ Opus Compilation (Windows Debug) 🛠️"
Expand Down

0 comments on commit d34c01f

Please sign in to comment.