mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
[actions] update env variables for apply notary
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -625,7 +625,9 @@ jobs:
|
|||||||
- name: MacOS send GAM binary for Apple notarization
|
- name: MacOS send GAM binary for Apple notarization
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
env:
|
env:
|
||||||
ASP_NOTARIZE: ${{ secrets.ASP_NOTARIZE }}
|
APPLE_KEY: ${{ secrets.APPLE_KEY }}
|
||||||
|
APPLE_KEY_ID: ${{ secrets.APPLE_KEY_ID }}
|
||||||
|
APPLE_ISSUER_ID: ${{ secrets.APPLE_ISSUER_ID }}
|
||||||
run: |
|
run: |
|
||||||
# Apple wants some kind of "package" submitted so just add gam to a .zip
|
# Apple wants some kind of "package" submitted so just add gam to a .zip
|
||||||
# name it something we can track and link in Apple's notarize process
|
# name it something we can track and link in Apple's notarize process
|
||||||
|
|||||||
Reference in New Issue
Block a user