diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d875882..ac1ebe0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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