Skip to content

Commit

Permalink
Print build directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Jan 28, 2024
1 parent dc3bec3 commit cacfa5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
- name: Build Mac App
run: xcodebuild -project "ColorKraken for Mac/ColorKraken/ColorKraken.xcodeproj" -scheme ColorKraken -derivedDataPath ./build

- name: Print build directory structure
run: ls -R ./build

- name: Archive Mac App
run: |
cd ./build/Build/Products/Release
Expand Down

0 comments on commit cacfa5d

Please sign in to comment.