mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-05-21 02:35:28 -04:00
Fox absolute path
This commit is contained in:
parent
889801e84e
commit
7fc7fb819b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue