Skip to content

Commit 4485964

Browse files
committed
[devops] remove NuGet package upload from GitHub release workflow
1 parent 2cd493f commit 4485964

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v7
5858

59-
- name: Download packages
60-
uses: actions/download-artifact@v7
61-
with:
62-
name: Packages
63-
path: packages
64-
6559
- name: Extract changelog entry
6660
run: |
6761
awk '/^## \[/{if(f) exit; f=1; next} f' \
@@ -74,5 +68,4 @@ jobs:
7468
run: |
7569
gh release create "${{ github.ref_name }}" \
7670
--title "${{ github.ref_name }}" \
77-
--notes-file /tmp/release_notes.md \
78-
packages/*.nupkg
71+
--notes-file /tmp/release_notes.md

0 commit comments

Comments
 (0)