From bdd16d723a3c6e5ac3dd3441b54c40d798e584d5 Mon Sep 17 00:00:00 2001 From: Nindi Gill Date: Thu, 22 Jun 2023 23:51:13 +1000 Subject: [PATCH] Fix typo --- .github/workflows/draft_new_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 386203d..d164a28 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -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"