Test Write

This commit is contained in:
Mykola Grymalyuk
2022-01-19 10:57:31 -07:00
parent 5612837492
commit c78506501f
2 changed files with 48 additions and 14 deletions

View File

@@ -18,13 +18,8 @@ jobs:
commitdate: ${{ github.event.head_commit.timestamp }}
steps:
- uses: actions/checkout@v2
- run: echo Commit MSG = $commitmsg
- run: echo Commit ID = $commitid
- run: echo Branch = $branch
- run: echo Commit URL = $commiturl
- run: echo Commit Date = $commitdate
- run: /Library/Frameworks/Python.framework/Versions/3.9/bin/pyinstaller OpenCore-Patcher-GUI.spec
- run: python3 ./payloads/binary.py
- run: python3 ./payloads/binary.py $commitmsg $commitid $branch $commiturl $commitdate
- run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --force --deep --timestamp --entitlements ./payloads/entitlements.plist -o runtime "dist/OpenCore-Patcher.app"'
- run: cd dist; zip -r ../OpenCore-Patcher-wxPython.app.zip OpenCore-Patcher.app
- run: ./../sign-wxpython.sh