1
0
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:
2025-07-11 19:36:44 +02:00
parent b8302ebdd1
commit fb1118575d

View File

@ -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