This commit is contained in:
Nindi Gill 2023-06-22 23:51:13 +10:00
parent e7637716f4
commit bdd16d723a
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -45,7 +45,7 @@ jobs:
xcrun notarytool submit "Export/Mist.zip" --apple-id "$APPLE_DEVELOPER_APPLE_ID" --password "$APPLE_DEVELOPER_APPLE_ID_PASSWORD" --team-id "$APPLE_DEVELOPER_TEAM_ID" --wait xcrun notarytool submit "Export/Mist.zip" --apple-id "$APPLE_DEVELOPER_APPLE_ID" --password "$APPLE_DEVELOPER_APPLE_ID_PASSWORD" --team-id "$APPLE_DEVELOPER_TEAM_ID" --wait
xcrun stapler staple "Export/Mist.app" xcrun stapler staple "Export/Mist.app"
- name: Determine Exported App Version - name: Determine Exported App Version
run: echo "APP_VERSION=$(defaults read "Export/Mist.app/Contents/Info.plist" CFBundleShortVersionString)" >> "$GITHUB_ENV" run: echo "APP_VERSION=$(defaults read "$GITHUB_WORKSPACE/Export/Mist.app/Contents/Info.plist" CFBundleShortVersionString)" >> "$GITHUB_ENV"
- name: Create Disk Image - name: Create Disk Image
run: | run: |
DISK_IMAGE_IDENTIFIER="com.ninxsoft.dmg.mist" DISK_IMAGE_IDENTIFIER="com.ninxsoft.dmg.mist"