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