We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7017c68 commit c217cffCopy full SHA for c217cff
.github/workflows/macos.yml
@@ -99,7 +99,7 @@ jobs:
99
node scripts/tauri/run-tauri-build.js --profile ${{ steps.build_profile.outputs.value }} --bundles $MACOS_BUNDLES
100
101
- name: Verify signed + notarized macOS bundle
102
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/') && env.MACOS_RELEASE_UPLOAD_ENABLED == 'true'
103
run: |
104
app_path="$(find "src-tauri/target/${{ steps.build_profile.outputs.target_dir }}/bundle/macos" -maxdepth 1 -type d -name '*.app' | head -n 1)"
105
bash scripts/release/verify-macos-bundle.sh "$app_path"
0 commit comments