mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
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:
2
.github/workflows/_tauri.yml
vendored
2
.github/workflows/_tauri.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user