Add notarization to TUI

TUI is deprecated, binary will be dropped in the future
This commit is contained in:
Mykola Grymalyuk
2021-06-24 09:19:27 -06:00
parent ba1ac0501b
commit 04a83462c3

View File

@@ -18,8 +18,9 @@ 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 -r ../OpenCore-Patcher-TUI.app.zip OpenCore-Patcher.app
- run: ./../sign-tui.sh
- name: Upload App to Artifacts
uses: actions/upload-artifact@v2
with: