diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0a051e1..dec3b0d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,8 +40,8 @@ jobs: uses: svenstaro/upload-release-action@v2 with: repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .\bin\*nupkg - asset_name: CLIParser.nupkg + file: .\bin\*.nupkg + asset_name: CLIParser tag: ${{ github.ref }} overwrite: true