Skip to content

Commit

Permalink
Merge branch 'master' into master-sign-env
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored May 6, 2024
2 parents fe693ab + 3d30f76 commit 8f4a072
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@ jobs:

- name: Install the Apple certificate and provisioning profile
shell: bash
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.APPLE_CERTS_BASE64 }}
P12_PASSWORD: ${{ secrets.APPLE_CERTS_BASE64_PASSWORD }}
KEYCHAIN_PASSWD: ${{ secrets.KEYCHAIN_PASSWD }}
run: |
# create variables
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
use_environ: snapshots
secrets: inherit # pass all secrets


call-workflow-release:
needs: [get-base-names, call-workflow-tarball, call-workflow-ant]
permissions:
Expand Down

0 comments on commit 8f4a072

Please sign in to comment.