diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 5003fc74b..7523c6972 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -18,10 +18,8 @@ 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 App to Artifacts uses: actions/upload-artifact@v2 with: diff --git a/.github/workflows/build-gui.yml b/.github/workflows/build-gui.yml index 2e118c710..e8b978251 100644 --- a/.github/workflows/build-gui.yml +++ b/.github/workflows/build-gui.yml @@ -24,8 +24,10 @@ jobs: - name: Merge new GUI run: cp OCLP-CLI OpenCore\ Patcher.app/Contents/Resources/ - run: python3 merge_gui.py + - run: 'codesign -s "Developer ID Application: Mykola Grymalyuk (S74BDJXQMD)" -v --deep --timestamp --entitlements entitlements.plist -o runtime "dist/OpenCore-Patcher.app"' - name: Zip new GUI run: zip -r OpenCore-Patcher-GUI.app.zip OpenCore\ Patcher.app + - run: ./../sign-gui.sh - name: Upload Binary to Artifacts uses: actions/upload-artifact@v2 with: