diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7ce460f03e..415f316d2d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -38,4 +38,4 @@ jobs: shell: bash env: GH_TOKEN: ${{ github.token }} - run: gh release upload ${{ github.ref_name }} pkg/*.gem + run: gh release upload ${{ github.ref_name }} *.gem