We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b90dde commit d787b8dCopy full SHA for d787b8d
1 file changed
.github/workflows/debug.yml
@@ -78,6 +78,7 @@ jobs:
78
79
# Build Debug
80
- name: Build debug app
81
+ if: github.event.inputs.build-debug == 'true'
82
uses: tauri-apps/tauri-action@dev
83
env:
84
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -103,6 +104,7 @@ jobs:
103
104
path: TeyvatGuide_${{ env.COMMIT_HASH }}_arm-debug.dmg
105
# Build Release
106
- name: Build app
107
+ if: github.event.inputs.build-release == 'true'
108
109
110
0 commit comments