Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dyumin committed Mar 31, 2024
1 parent be82736 commit ab29083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: xcodebuild test -scheme Draggy

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

0 comments on commit ab29083

Please sign in to comment.