diff --git a/.github/workflows/travis-packaging-macos.yaml b/.github/workflows/travis-packaging-macos.yaml index 8c7f58794f..f3e8ce4f66 100644 --- a/.github/workflows/travis-packaging-macos.yaml +++ b/.github/workflows/travis-packaging-macos.yaml @@ -101,9 +101,9 @@ jobs: security unlock-keychain -p "$MACOS_KEYCHAIN_PWD" build.keychain unzip -q ${{ github.workspace }}/artifacts/${{ matrix.zipName }}.zip -d . && rm ${{ github.workspace }}/artifacts/*.zip # Sign everything inside app - bash ../mac-sign.sh - plutil -convert xml1 ../entitlements.plist && plutil -lint ../entitlements.plist - codesign --entitlements "../entitlements.plist" --timestamp --options=runtime --force -s "$MACOS_DEV_ID" -v ./Gama.app/Contents/MacOS/Gama + bash ./mac-sign.sh + plutil -convert xml1 ./entitlements.plist && plutil -lint ./entitlements.plist + codesign --entitlements "./entitlements.plist" --timestamp --options=runtime --force -s "$MACOS_DEV_ID" -v ./Gama.app/Contents/MacOS/Gama - name: Packaging signed Application w/o JDK shell: bash