Fix quotes typo

This commit is contained in:
Nindi Gill 2022-12-08 15:15:31 +11:00
parent 7fc7fb819b
commit 0f3c3f4ca2

View file

@ -30,7 +30,7 @@ jobs:
- name: Export Mist
run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist
- name: Print Mist version
run: defaults read "$GITHUB_WORKSPACE/Export/Mist.app/Contents/Info.plist CFBundleShortVersionString
run: defaults read "$GITHUB_WORKSPACE/Export/Mist.app/Contents/Info.plist" CFBundleShortVersionString
- name: Remove Apple Developer Keychain
if: ${{ always() }}
run: security delete-keychain $RUNNER_TEMP/apple-developer.keychain-db