mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-22 03:05:25 -04:00
Fix typo
This commit is contained in:
parent
e7637716f4
commit
bdd16d723a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft_new_release.yml
vendored
2
.github/workflows/draft_new_release.yml
vendored
|
@ -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 stapler staple "Export/Mist.app"
|
||||
- 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
|
||||
run: |
|
||||
DISK_IMAGE_IDENTIFIER="com.ninxsoft.dmg.mist"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue