Skip to content

Commit 38cac9f

Browse files
committed
fix workflow
1 parent 07b20e2 commit 38cac9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ jobs:
126126
- .zip
127127
- .msi
128128
exclude:
129-
- extension: ${{ endsWith(inputs.os, 'arm') && '.msi' || 'none' }}
129+
- os: windows-11-arm
130+
extension: .msi
130131

131132
permissions:
132133
contents: write

0 commit comments

Comments
 (0)