Skip to content

Commit

Permalink
revert Gemini failure, try importing separate xcode setup
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalNewsTV committed May 31, 2024
1 parent 89e00af commit 3706765
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
APP_BUILD_VERSION: "2.7"

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.4"
- name: Increase build
env:
GITHUB_RUN_NUMBER: ${{ github.run_number }}
Expand Down Expand Up @@ -82,15 +85,16 @@ jobs:
agvtool new-version -all ${BUILD_NO}
- name: Build For Release
uses: actions/xcode@v3
with:
xcode-version: 15.4
workspace: ipad.xcworkspace
scheme: ipad
configuration: Release
sdk: iphoneos
derivedDataPath: $DATA_DIR
archivePath: ${DATA_DIR}/${ARCHIVE_NAME}

run: |
xcodebuild \
-workspace ipad.xcworkspace \
-scheme ipad \
-configuration Release \
-sdk iphoneos \
-derivedDataPath $DATA_DIR \
-archivePath ${DATA_DIR}/${ARCHIVE_NAME} \
archive
- name: Export Archive
# This is the step that signs the build
Expand Down

0 comments on commit 3706765

Please sign in to comment.