Skip to content

Commit

Permalink
Update build path output in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Apr 11, 2024
1 parent 25845eb commit 4ad3ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
xcode-version: 'latest'

- name: Build App
run: xcodebuild -project IPMenuBar.xcodeproj -scheme "IPMenuBar - Release" -configuration Release clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
run: xcodebuild -project IPMenuBar.xcodeproj -scheme "IPMenuBar - Release" -configuration Release clean build -derivedDataPath './build' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

- name: Package App
run: |
tar -czvf IPMenuBar-${GITHUB_REF_NAME}.tar.gz -C ./build/Release IPMenuBar.app
tar -czvf IPMenuBar-${GITHUB_REF_NAME}.tar.gz -C ./build/Build/Products/Release IPMenuBar.app
- name: Get Previous Tag
id: prev_tag
Expand Down

0 comments on commit 4ad3ab9

Please sign in to comment.