diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index a54722e95b..0f7a9ce157 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -204,8 +204,9 @@ jobs: - name: Attach to release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + REF_NAME: ${{ github.ref_name }} run: | - gh release upload "${{ github.ref_name }}" \ + gh release upload "$REF_NAME" \ Sdist/* \ Wheel*/* \ debs.tar.xz \