From 8aac2642f79cec38b6955d953ceeeccdc37f4526 Mon Sep 17 00:00:00 2001 From: ikopylov Date: Mon, 14 Feb 2022 21:49:24 +0300 Subject: [PATCH] Fix release publishing action --- .github/workflows/build-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yaml b/.github/workflows/build-release.yaml index 73885f2..6beea16 100644 --- a/.github/workflows/build-release.yaml +++ b/.github/workflows/build-release.yaml @@ -37,7 +37,7 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: nuget/Qoollo.BobClient.*.nuget + file: nuget/Qoollo.BobClient.*.nupkg tag: ${{ github.ref }} overwrite: true file_glob: true