Skip to content

Commit

Permalink
Update macOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumin authored Mar 31, 2024
1 parent 606460b commit be82736
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Run tests
run: xcodebuild test -scheme Draggy
with:
name: build artifacts
path: /Users/runner/Library/Developer/Xcode/DerivedData/

- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
name: build artifacts
path: /Users/runner/Library/Developer/Xcode/DerivedData/

0 comments on commit be82736

Please sign in to comment.