Skip to content

Commit 41bf660

Browse files
authored
Update release.yml
1 parent 54f0feb commit 41bf660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
path: \builds\artifacts
7777

7878
- name: Create release asset
79-
run: Compress-Archive -DestinationPath \builds\packages.zip -Path \builds\artifacts\*.*nupkg
79+
run: Compress-Archive -DestinationPath \builds\nuget-packages.zip -Path \builds\artifacts\*.*nupkg
8080

8181
- name: Upload release asset
8282
uses: actions/[email protected]

0 commit comments

Comments
 (0)