Skip to content

Commit

Permalink
Add debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
1whatleytay committed Nov 16, 2024
1 parent f9cb3f6 commit 615941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
releaseBody: 'See attached builds.'
releaseDraft: true
prerelease: false
args: ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }}
args: --debug ${{ matrix.platform == 'macos-latest' && '--target universal-apple-darwin' || '' }}

0 comments on commit 615941f

Please sign in to comment.