mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-28 17:34:23 +02:00
Fixed yaml syntax
This commit is contained in:
3
.github/workflows/osx.yml
vendored
3
.github/workflows/osx.yml
vendored
@ -38,7 +38,8 @@ jobs:
|
||||
merge-multiple: true
|
||||
run-id: ${{ steps.runid.outputs.runid }}
|
||||
- name: Install codesigning certificate
|
||||
env: CODESIGN_MAC: ${{ secrets.CODESIGN_MAC }}
|
||||
env:
|
||||
CODESIGN_MAC: ${{ secrets.CODESIGN_MAC }}
|
||||
run: |
|
||||
CERTIFICATE_PATH=$RUNNER_TEMP/build_certificate.p12
|
||||
KEYCHAIN_PATH=$RUNNER_TEMP/app-signing.keychain-db
|
||||
|
Reference in New Issue
Block a user