Skip to content

Commit 7e54d7d

Browse files
Fix prerelease job by specifying download-artifact path
download-artifact@v4 extracts files to the working directory by default, but the push step expects them under ./nupkg/. Adding path: nupkg fixes the missing directory error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 54f9f8b commit 7e54d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
uses: actions/download-artifact@v4
7373
with:
7474
name: nupkg
75+
path: nupkg
7576
- name: Push to GitHub Feed
7677
run: |
7778
for f in ./nupkg/*.nupkg

0 commit comments

Comments
 (0)