[education/labplot] /: CI: fix path for re-sign with entitlement
Stefan Gerlach <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit d77461bef535cfc231893112c2077daa95d35df4 by Stefan Gerlach.
Committed on 30/07/2026 at 11:45.
Pushed by sgerlach into branch 'master'.
CI: fix path for re-sign with entitlement
M +1 -1 .gitlab-ci.yml
https://invent.kde.org/education/labplot/-/commit/d77461bef535cfc231893112c2077daa95d35df4
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ccdfbf27b4..bdadcf1fcf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,7 @@ craft_macos_qt6_arm64:
# Build the actual application
- craftmaster -c --no-cache --options $CI_PROJECT_NAME.srcDir=$CI_PROJECT_DIR/src/ $CI_PROJECT_NAME
# Re-sign with entitlements (Craft doesn't pick them up automatically yet)
- - APP_PATH=archive/Applications/KDE/LabPlot.app
+ - APP_PATH=$CraftRoot/Applications/KDE/LabPlot.app
- echo "Applying entitlements to LabPlot.app"
- codesign --force --deep --sign - --entitlements $CI_PROJECT_DIR/src/labplot.entitlements $APP_PATH
- echo "Verifying entitlements:"