From f471afd3c42efccb8cb7fe0eac701f3724f75088 Mon Sep 17 00:00:00 2001 From: James A Sutherland <> Date: Mon, 13 Feb 2023 09:51:35 -0600 Subject: [PATCH] Try fixing quoting of nupkg filename --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index a0d1e8a..51a0a08 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -52,4 +52,4 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} - file: '["Rdmp.Extensions.Plugin.${{ steps.version.outputs.version }}.nupkg"]' + file: Rdmp.Extensions.Plugin.${{ steps.version.outputs.version }}.nupkg