mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make build job step names consistent
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -21,13 +21,13 @@ jobs:
|
||||
- name: Switch to Xcode 11
|
||||
run: sudo xcode-select -s /Applications/Xcode_11.app
|
||||
|
||||
- name: Build Version
|
||||
- name: Show Build Version
|
||||
run: xcodebuild -version
|
||||
|
||||
- name: Build Settings
|
||||
- name: Show Build Settings
|
||||
run: xcodebuild -showBuildSettings
|
||||
|
||||
- name: Build SDK
|
||||
- name: Show Build SDK
|
||||
run: xcodebuild -showsdks
|
||||
|
||||
- name: Show Available Destinations
|
||||
|
||||
Reference in New Issue
Block a user