We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f0feb commit 41bf660Copy full SHA for 41bf660
.github/workflows/release.yml
@@ -76,7 +76,7 @@ jobs:
76
path: \builds\artifacts
77
78
- name: Create release asset
79
- run: Compress-Archive -DestinationPath \builds\packages.zip -Path \builds\artifacts\*.*nupkg
+ run: Compress-Archive -DestinationPath \builds\nuget-packages.zip -Path \builds\artifacts\*.*nupkg
80
81
- name: Upload release asset
82
uses: actions/[email protected]
0 commit comments