diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d685823..b2e02081 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,4 +41,4 @@ jobs: - name: Nuget Push working-directory: . - run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}} \ No newline at end of file + run: nuget push dist\fmtlib.nupkg -ApiKey ${{secrets.nuget_api_key}} -Source https://api.nuget.org/v3/index.json \ No newline at end of file