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 0b26d1d commit 047ca82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
appleNotarize:
type: boolean
description: 'Notarize with Apple?'
default: false
jobs:
build:
strategy:
Expand Down Expand Up @@ -75,6 +76,8 @@ jobs:
APPLE_NOTARIZE_REQUESTED: ${{ inputs.appleNotarize == 'true' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
APPLE_NOTARIZE_RAW: ${{ inputs.appleNotarize }}
APPLE_NOTARIZE_RAW_EQ_TRUE: ${{ inputs.appleNotarize || false }}
APPLE_NOTARIZE_RAW_EQ_TRUE_STR: ${{ inputs.appleNotarize == 'true' }}
APPLE_NOTARIZE_RAW_EQ_FALSE_STR: ${{ inputs.appleNotarize == 'false' }}
APPLE_DEVID_APP_CERT_DATA: ${{ secrets.APPLE_DEVID_APP_CERT_DATA }}
APPLE_DEVID_APP_CERT_PASS: ${{ secrets.APPLE_DEVID_APP_CERT_PASS }}
APPLE_ID_USER: ${{ secrets.APPLE_ID_USER }}
Expand Down

0 comments on commit 047ca82

Please sign in to comment.