diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aaf404f..07af5e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,6 @@ jobs: - name: Test run: dotnet test -c Release --no-build - name: Pack nugets - run: dotnet pack -c Release --no-build --include-symbols -p:PackageVersion=${{github.event.release.name}} --output . + run: dotnet pack CryptoExchange.Net/CryptoExchange.Net.csproj -c Release --no-build --include-symbols -p:PackageVersion=${{github.event.release.name}} --output . - name: Push Package to NuGet run: dotnet nuget push "*.nupkg" --api-key ${{secrets.nuget_api_key}} --source https://api.nuget.org/v3/index.json \ No newline at end of file