diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 489d40d..0806b86 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -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/