dont have conditional on the macos-cert step, or else npm run bundle fails

This commit is contained in:
Salman Mohammed
2025-01-16 18:58:41 -05:00
parent 8031ae87e5
commit 2d06b84e2a
-2
View File
@@ -117,8 +117,6 @@ jobs:
run: cp target/release/goosed ui/desktop/src/bin/goosed
- name: Add MacOS certs for signing and notarization
# Only run on tagged releases
if: startsWith(github.ref, 'refs/tags/v1.')
run: ./add-macos-cert.sh
working-directory: ui/desktop
env: