mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: ./add-macos-cert.sh: No such file or directory (#1330)
This commit is contained in:
@@ -124,7 +124,7 @@ jobs:
|
||||
|
||||
- name: Add MacOS certs for signing and notarization
|
||||
if: ${{ inputs.signing }}
|
||||
run: ./add-macos-cert.sh
|
||||
run: ./scripts/add-macos-cert.sh
|
||||
working-directory: ui/desktop
|
||||
env:
|
||||
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
||||
|
||||
Reference in New Issue
Block a user