Skip to content

Commit

Permalink
Try Xcode 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoronin committed Nov 21, 2022
1 parent 884a446 commit c84a91c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: echo "version=$(git describe --tags)" >> $GITHUB_ENV

- name: Build
env:
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
run: |
xcodebuild archive -project TomatoBar.xcodeproj -scheme TomatoBar -configuration Release -archivePath TomatoBar.xcarchive MARKETING_VERSION=${{github.ref_name}}
xcodebuild archive -archivePath TomatoBar.xcarchive -exportArchive -exportOptionsPlist export_options.plist -exportPath .
Expand Down

0 comments on commit c84a91c

Please sign in to comment.