Skip to content

Commit a766fb6

Browse files
Update GitHub action file
1 parent 5a54de9 commit a766fb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget-org.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Unit test
3636
run: dotnet test -c Release --no-build --no-restore --verbosity normal
3737

38-
- name: Pack nuget
39-
run: dotnet pack -c Release --no-build --no-restore --output nupkgs /p:PackageVersion=${{ env.semver }}
38+
- name: Pack nuget
39+
run: dotnet pack -c Release --no-build --no-restore --property:PackageOutputPath=nupkgs /p:PackageVersion=${{ env.semver }}
4040

4141
- name: Upload to nuget.org
4242
run: dotnet nuget push nupkgs/*.nupkg --api-key ${{secrets.NUGET_ORG}} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)