mirror of
https://github.com/got-feedBack/feedBack-desktop.git
synced 2026-08-18 06:22:13 +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" \
|
--mainExe "$mainexe" \
|
||||||
-o release/velopack \
|
-o release/velopack \
|
||||||
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
||||||
--signEntitlements resources/entitlements.mac.plist \
|
--signEntitlements "$PWD/resources/entitlements.mac.plist" \
|
||||||
--notaryProfile "velopack-notary"
|
--notaryProfile "velopack-notary"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ jobs:
|
|||||||
--mainExe "$mainexe" \
|
--mainExe "$mainexe" \
|
||||||
-o release/velopack \
|
-o release/velopack \
|
||||||
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
--signAppIdentity "$APPLE_SIGNING_IDENTITY" \
|
||||||
--signEntitlements resources/entitlements.mac.plist \
|
--signEntitlements "$PWD/resources/entitlements.mac.plist" \
|
||||||
--notaryProfile "velopack-notary"
|
--notaryProfile "velopack-notary"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user