Add Archive and Export to GitHub workflow

This commit is contained in:
Nindi Gill 2022-12-08 13:47:21 +11:00
parent 1bb767ff85
commit 20c96ab2d4
2 changed files with 6 additions and 0 deletions

View file

@ -23,3 +23,9 @@ jobs:
run: drstring --version
- name: Run DrString
run: drstring check --config-file .drstring.toml
- name: Archive Mist
run: xcodebuild -scheme Mist clean archive -configuration release -archivePath Mist
- name: Export Mist
run: xcodebuild -exportArchive -archivePath Mist.xcarchive -exportPath Export -exportOptionsPlist ExportOptions.plist
- name: Print Mist version
run: defaults read Export/Mist.app CFBundleShortVersionString

BIN
ExportOptions.plist Normal file

Binary file not shown.