Skip to content

Commit 521d0db

Browse files
committed
Travis update: Aug 2025 (Build 949)
[skip ci]
1 parent 56eb563 commit 521d0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet pack ./src/com.Messente.Api/com.Messente.Api.csproj -o ./output -c Release --no-build
2929

3030
- name: Publish to NuGet
31-
run: dotnet nuget push ./output/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
31+
run: dotnet nuget push "./output/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)