Fox absolute path

This commit is contained in:
Nindi Gill 2022-12-08 15:09:44 +11:00
parent 889801e84e
commit 7fc7fb819b

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 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