Skip to content

Commit 4216557

Browse files
committed
release: document artifact upload as required (align with Copilot nitpick)
1 parent a2a4cf2 commit 4216557

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Upload package artifact
7171
uses: actions/upload-artifact@v4
7272
with:
73+
# Required for downstream GitHub Release; fail if missing
7374
name: nuget-out-${{ github.sha }}
7475
path: out/*.nupkg
7576
if-no-files-found: error

0 commit comments

Comments
 (0)