diff --git a/.github/workflows/upload-release-artifacts.yml b/.github/workflows/upload-release-artifacts.yml index 4fba0c5..29572a8 100644 --- a/.github/workflows/upload-release-artifacts.yml +++ b/.github/workflows/upload-release-artifacts.yml @@ -37,7 +37,7 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.ref }} - file: nupkgs - asset_name: nupkgs + file: nupkgs/*.nupkg + flie_glob: true overwrite: true # - name: Publish nupkg