Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Nov 7, 2024
1 parent 68a22b5 commit 2cab213
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
with:
fetch-depth: 0

- name: Build MacOS
- name: Build
uses: sersoft-gmbh/xcodebuild-action@v3
with:
action: build
build-settings: ONLY_ACTIVE_ARCH=NO TEST_AFTER_BUILD=NO
configuration: Debug
derived-data-path: "${{ github.workspace }}/SplitApp"
destination: ${{ inputs.destination }}'
destination: ${{ inputs.destination }}
project: Split.xcodeproj
scheme: ${{ inputs.scheme }}
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
build:
uses: ./.github/workflows/base_build.yaml
with:
destination: platform=macOS,arch=x86_64
destination: 'platform=macOS,arch=x86_64'
scheme: Split
1 change: 0 additions & 1 deletion .github/workflows/test_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- SDKS-8989
pull_request:
branches:
- master
Expand Down

0 comments on commit 2cab213

Please sign in to comment.