Skip to content

Commit b2f1bdc

Browse files
committed
try quoting the github release assets + removing leading ./
1 parent d4e6811 commit b2f1bdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,10 @@ jobs:
230230
env:
231231
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
232232
run: gh release upload ${{ github.event.release.tag_name }} \
233-
./cli-*-zip-build/*.zip \
234-
./cli-nupkg-build/*.nupkg \
235-
./nv*-patcher-nupkg-build/*.nupkg \
236-
./msbuild-nupkg-build/*.nupkg
233+
"cli-*-zip-build/*.zip" \
234+
"cli-nupkg-build/*.nupkg" \
235+
"nv*-patcher-nupkg-build/*.nupkg" \
236+
"msbuild-nupkg-build/*.nupkg"
237237

238238
deploy-nuget:
239239
name: Deploy to NuGet

0 commit comments

Comments
 (0)