Browse Source

chore: set download path explicitly

Shelley Vohr 1 year ago
parent
commit
64389c34d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/mac-build.yml

+ 1 - 0
.github/workflows/mac-build.yml

@@ -467,6 +467,7 @@ jobs:
       uses: actions/download-artifact@v4
       with:
         name: generated_artifacts_darwin-arm64
+        path: ./generated_artifacts_darwin-arm64
     - name: Restore Persisted Build Artifacts
       uses: actions/cache/restore@v4
       with: