Fix binary upload

This commit is contained in:
Mykola Grymalyuk
2022-04-24 13:00:18 -06:00
parent a7be418a89
commit 8e02cc4d83
4 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- 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
- run: packagesbuild ./payloads/InstallPackage/AutoPatcher-Assets-Setup.pkgproj
- run: packagesbuild ./payloads/InstallPackage/AutoPkg-Assets-Setup.pkgproj
- run: mv ./OpenCore-Patcher-wxPython.app.zip ./OpenCore-Patcher-GUI-Offline.app.zip
- name: Upload App to Artifacts
uses: actions/upload-artifact@v2

View File

@@ -535,11 +535,11 @@
<key>FOLLOW_SYMBOLIC_LINKS</key>
<false/>
<key>IDENTIFIER</key>
<string>com.dortania.pkg.AutoPatcher-Assets</string>
<string>com.dortania.pkg.AutoPkg-Assets</string>
<key>LOCATION</key>
<integer>0</integer>
<key>NAME</key>
<string>AutoPatcher-Assets</string>
<string>AutoPkg-Assets</string>
<key>OVERWRITE_PERMISSIONS</key>
<false/>
<key>PAYLOAD_SIZE</key>
@@ -665,7 +665,7 @@
<key>LANGUAGE</key>
<string>English</string>
<key>VALUE</key>
<string>AutoPatcher-Assets</string>
<string>AutoPkg-Assets</string>
</dict>
</array>
</dict>
@@ -859,7 +859,7 @@
</dict>
</array>
<key>NAME</key>
<string>AutoPatcher-Assets</string>
<string>AutoPkg-Assets</string>
<key>PAYLOAD_ONLY</key>
<false/>
<key>TREAT_MISSING_PRESENTATION_DOCUMENTS_AS_WARNING</key>