Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Nov 30, 2024
1 parent a3116f1 commit 3710cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Deploy qView
env:
APPLE_NOTARIZE_REQUESTED: ${{ inputs.appleNotarize == 'true' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
APPLE_NOTARIZE_REQUESTED: ${{ inputs.appleNotarize || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
APPLE_NOTARIZE_RAW: ${{ inputs.appleNotarize }}
APPLE_DEVID_APP_CERT_DATA: ${{ secrets.APPLE_DEVID_APP_CERT_DATA }}
APPLE_DEVID_APP_CERT_PASS: ${{ secrets.APPLE_DEVID_APP_CERT_PASS }}
Expand Down

0 comments on commit 3710cda

Please sign in to comment.