diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e38d57f4..6f4b912c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -63,6 +63,10 @@ jobs: ls -a cd src/OData.QueryBuilder ls -a + cd bin + ls -a + cd Release + ls -a dotnet nuget push ./src/OData.QueryBuilder/bin/Release/OData.QueryBuilder.${{ steps.create_tag.outputs.release_package_version }}.nupkg -k ${{ secrets.NUGET_API_KEY }} -s ${{ vars.NUGET_SOURCE }} git tag v${{ steps.create_tag.outputs.release_package_version }} git push origin v${{ steps.create_tag.outputs.release_package_version }} \ No newline at end of file