ci(windows): publish Windows Client MSI (#4251)

I think this was just a small regression from the big CI refactor last
week. `update-release-draft` doesn't exist in this file anymore.

Closes #4248
This commit is contained in:
Reactor Scram
2024-03-21 16:42:07 -05:00
committed by GitHub
parent 71393577ee
commit a6d0a18035

View File

@@ -106,6 +106,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPOSITORY: ${{ github.repository }}
TAG_NAME: ${{ needs.update-release-draft.outputs.tag_name }}
TAG_NAME: ${{ inputs.release_tag || env.VERSION }}
shell: bash
run: ${{ matrix.upload_script }}