mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-08-10 18:59:55 +00:00
fix(ci): anchor --signEntitlements path with $PWD
vpk signing docs recommend absolute paths; relative path breaks if vpk changes cwd internally. CodeRabbit review nit on #93. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
077309cf00
commit
1046b71f34
@@ -449,7 +449,7 @@ jobs:
|
||||
--mainExe "$mainexe" \
|
||||
-o release/velopack \
|
||||
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
||||
--signEntitlements resources/entitlements.mac.plist \
|
||||
--signEntitlements "$PWD/resources/entitlements.mac.plist" \
|
||||
--notaryProfile "velopack-notary"
|
||||
fi
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ jobs:
|
||||
--mainExe "$mainexe" \
|
||||
-o release/velopack \
|
||||
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
||||
--signEntitlements resources/entitlements.mac.plist \
|
||||
--signEntitlements "$PWD/resources/entitlements.mac.plist" \
|
||||
--notaryProfile "velopack-notary"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user