Add automatic notarization

This commit is contained in:
Mykola Grymalyuk
2021-03-26 15:19:49 -06:00
parent f1d5adff7a
commit 7e22a0fe46
3 changed files with 11 additions and 1 deletions

View File

@@ -20,9 +20,10 @@ jobs:
- run: pyinstaller Opencore-Patcher.spec
- run: ./after_pyinstaller.sh
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- run: cd dist; zip ../OpenCore-Patcher.zip OpenCore-Patcher; zip -r ../OpenCore-Patcher.app.zip OpenCore-Patcher.app
- run: ./../sign-app.sh
- name: Upload Binary to Artifacts
uses: actions/upload-artifact@v2
with: