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:
OmikronApex
2026-07-10 14:18:47 +02:00
co-authored by Claude Fable 5
parent 077309cf00
commit 1046b71f34
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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