mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
fix: ./add-macos-cert.sh: No such file or directory (#1330)
This commit is contained in:
2
.github/workflows/bundle-desktop.yml
vendored
2
.github/workflows/bundle-desktop.yml
vendored
@@ -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