Skip to content

Commit

Permalink
chore(sharppipeactions)#: Fix mistake in publish path for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCyro committed Sep 10, 2024
1 parent 537585d commit 32ce85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: dotnet pack -c Release -p:Version=${{ env.VERSION }} -p:PackageVersion=${{ env.VERSION }}

- name: Nuget Publish
run: dotnet nuget push .\LiteNetLib\bin\Release\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push .\SharpPipe\bin\Release\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 32ce85f

Please sign in to comment.