Skip to content

Commit 0310774

Browse files
committed
fix release 4
1 parent b69c38a commit 0310774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ jobs:
125125
-p:Version=${{ needs.publish-release.outputs.publish_version }} `
126126
-p:PublishAot=false -p:PublishSingleFile=false
127127
- name: Publish
128-
run: dotnet nuget push ./src/HydraScript/bin/Release/*.nupkg `
128+
run: dotnet nuget push (ls "./src/HydraScript/bin/Release/*.nupkg") `
129129
--api-key ${{ secrets.NUGET_API_KEY }} `
130130
--source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)