We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6587dc5 commit eb8831aCopy full SHA for eb8831a
1 file changed
.github/workflows/release.yml
@@ -18,6 +18,6 @@ jobs:
18
- name: Build
19
run: dotnet build --configuration Release --no-restore -p:Version=${{ env.VERSION }}
20
- name: Pack
21
- run: dotnet pack Compressonator.NET --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
+ run: dotnet pack .\Compressonator.NET.csproj --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
22
- name: Nuget Publish
23
- run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
+ run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
0 commit comments