We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69c38a commit 0310774Copy full SHA for 0310774
1 file changed
.github/workflows/release.yml
@@ -125,6 +125,6 @@ jobs:
125
-p:Version=${{ needs.publish-release.outputs.publish_version }} `
126
-p:PublishAot=false -p:PublishSingleFile=false
127
- name: Publish
128
- run: dotnet nuget push ./src/HydraScript/bin/Release/*.nupkg `
+ run: dotnet nuget push (ls "./src/HydraScript/bin/Release/*.nupkg") `
129
--api-key ${{ secrets.NUGET_API_KEY }} `
130
--source "https://api.nuget.org/v3/index.json"
0 commit comments