Skip to content

Commit

Permalink
fixing xprojec path
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Jan 28, 2024
1 parent 818d730 commit dc3bec3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: List contents of cur directory
run: ls -la "./"

- name: List contents of the Mac directory
run: ls -la "ColorKraken for Mac/"
- name: List contents of the colorkraken directory
run: ls -la "ColorKraken for Mac/ColorKraken/"

- name: Build Mac App
run: xcodebuild -project "ColorKraken for Mac/ColorKraken.xcodeproj" -scheme ColorKraken -derivedDataPath ./build
run: xcodebuild -project "ColorKraken for Mac/ColorKraken/ColorKraken.xcodeproj" -scheme ColorKraken -derivedDataPath ./build

- name: Archive Mac App
run: |
Expand Down

0 comments on commit dc3bec3

Please sign in to comment.