From 1b6f722cec384d27f48caee12ba1877f4d484c32 Mon Sep 17 00:00:00 2001 From: "Wu, Ganhao" Date: Sat, 28 Mar 2020 00:04:31 +0800 Subject: [PATCH] Fix - missing source for nuget push --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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