We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f0733 commit 29efbe7Copy full SHA for 29efbe7
1 file changed
.github/workflows/release-msi.yml
@@ -10,6 +10,8 @@ on:
10
tag:
11
required: true
12
description: 'Tag to Rebuild MSI'
13
+ version:
14
+ description: 'Version of Rebuild MSI'
15
16
permissions:
17
contents: write
@@ -65,6 +67,7 @@ jobs:
65
67
OS: ${{ matrix.os }}
66
68
REF: ${{ inputs.tag }}
69
TARGET: ${{ matrix.target }}
70
+ MSI_VERSION: ${{ inputs.version }}
71
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
73
# REF: https://github.com/marketplace/actions/gh-release
0 commit comments