mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-10-12 06:00:56 +00:00
Path
This commit is contained in:
parent
ebcc2f965d
commit
10f356ccb7
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
env:
|
||||
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
|
||||
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
|
||||
ZIP_PATH: ${{ steps.download.outputs..download-path }}
|
||||
ZIP_PATH: ${{ steps.download.outputs.download-path }}
|
||||
run: xcrun notarytool submit --key ~/.private_keys/AuthKey_$APPLE_API_KEY_ID.p8 --key-id $APPLE_API_KEY_ID --issuer $APPLE_API_ISSUER $ZIP_PATH
|
||||
- name: Attest
|
||||
id: attest
|
||||
|
Loading…
Reference in New Issue
Block a user