mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-08-19 03:26:15 +00:00
Updating build workflow for Xcode 13
This commit is contained in:
@@ -45,9 +45,9 @@ jobs:
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@v2
|
||||
- name: "Select Xcode 12"
|
||||
- name: "Select Xcode 13"
|
||||
uses: devbotsxyz/xcode-select@v1
|
||||
with:
|
||||
version: "12"
|
||||
version: "13"
|
||||
- name: "Archive project"
|
||||
run: xcodebuild archive -scheme ${APP} -configuration release -archivePath ${APP}.xcarchive
|
||||
|
||||
Reference in New Issue
Block a user