Skip to content

Commit 29efbe7

Browse files
committed
fix: Fix version issue of release-msi.yml workflow
1 parent 09f0733 commit 29efbe7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-msi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
tag:
1111
required: true
1212
description: 'Tag to Rebuild MSI'
13+
version:
14+
description: 'Version of Rebuild MSI'
1315

1416
permissions:
1517
contents: write
@@ -65,6 +67,7 @@ jobs:
6567
OS: ${{ matrix.os }}
6668
REF: ${{ inputs.tag }}
6769
TARGET: ${{ matrix.target }}
70+
MSI_VERSION: ${{ inputs.version }}
6871
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6972

7073
# REF: https://github.com/marketplace/actions/gh-release

0 commit comments

Comments
 (0)