mirror of
https://github.com/ninxsoft/Mist.git
synced 2025-06-06 09:41:18 -04:00
Add Archive and Export to GitHub workflow
This commit is contained in:
parent
1bb767ff85
commit
20c96ab2d4
2 changed files with 6 additions and 0 deletions
6
.github/workflows/do_all_of_the_things.yml
vendored
6
.github/workflows/do_all_of_the_things.yml
vendored
|
@ -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
BIN
ExportOptions.plist
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue