Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benbaker76 authored Jun 23, 2024
1 parent 9d052b7 commit 66fba79
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,18 @@ jobs:
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: PinConfigurator.xcodeproj
scheme: PinConfigurator
scheme: PinConfigurator
destination: platform=macOS
configuration: Debug
build-settings: -target PinConfigurator
arch: x86_64
action: build
- name: Xcodebuild Release
uses: sersoft-gmbh/xcodebuild-action@v3
with:
project: PinConfigurator.xcodeproj
scheme: PinConfigurator
destination: platform=macOS
configuration: Release
build-settings: -target PinConfigurator
arch: x86_64
action: build
- name: Prepare release image
Expand Down Expand Up @@ -65,4 +64,4 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/*.dmg
tag: ${{ github.ref }}
file_glob: true
file_glob: true

0 comments on commit 66fba79

Please sign in to comment.