Skip to content

Commit

Permalink
cheking dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce committed Jan 28, 2024
1 parent 9c1e5a2 commit eba78a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ 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: Build Mac App
run: xcodebuild -project "ColorKraken for Mac/ColorKraken.xcodeproj" -scheme ColorKraken -derivedDataPath ./build

Expand Down

0 comments on commit eba78a6

Please sign in to comment.