mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04: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
|
- name: Add MacOS certs for signing and notarization
|
||||||
if: ${{ inputs.signing }}
|
if: ${{ inputs.signing }}
|
||||||
run: ./add-macos-cert.sh
|
run: ./scripts/add-macos-cert.sh
|
||||||
working-directory: ui/desktop
|
working-directory: ui/desktop
|
||||||
env:
|
env:
|
||||||
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
CERTIFICATE_OSX_APPLICATION: ${{ secrets.CERTIFICATE_OSX_APPLICATION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user