Skip to content

Commit e422798

Browse files
authored
Update release-nuget.yml
1 parent 7a216bc commit e422798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Test
2525
run: dotnet test --no-build --verbosity normal --configuration Release /p:Version=${VERSION}
2626
- name: Packing
27-
run: dotnet pack --configuration Release --no-build --output /p:Version=${VERSION} --output .
27+
run: dotnet pack --configuration Release --no-build /p:Version=${VERSION} --output .
2828
- name: Publishing
2929
run: dotnet nuget push ZAP.Commons.${VERSION}.nupkg --source https://nuget.pkg.github.com/zapzombies/index.json --api-key ${{github.token}}
3030

0 commit comments

Comments
 (0)