Skip to content

Commit

Permalink
fix(package): new location
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Jan 27, 2025
1 parent b44492a commit 6fda6e7
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 @@ -18,6 +18,6 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore -p:Version=${{ env.VERSION }}
- name: Pack
run: dotnet pack .\Compressonator.NET.csproj --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
run: dotnet pack .\Compressonator.Net\Compressonator.NET.csproj --output nupkgs --configuration Release -p:Version=${{ env.VERSION }}
- name: Nuget Publish
run: dotnet nuget push nupkgs\*.nupkg -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 comments on commit 6fda6e7

Please sign in to comment.