Skip to content

Commit 896391f

Browse files
authored
Update reusable-windows-msi.yml
1 parent 0e0d51c commit 896391f

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/reusable-windows-msi.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Reusable Windows MSI
22

33
on:
4-
workflow_call:
5-
inputs:
6-
arch:
7-
description: CPU architecture
8-
required: true
9-
type: string
4+
workflow_dispatch:
105

116
permissions:
127
contents: read
@@ -16,11 +11,11 @@ env:
1611

1712
jobs:
1813
build:
19-
name: installer for ${{ inputs.arch }}
20-
runs-on: ${{ inputs.arch == 'arm64' && 'windows-11-arm' || 'windows-2022' }}
14+
name: zip installer
2115
timeout-minutes: 60
16+
runs-on: windows-2022
2217
env:
23-
ARCH: ${{ inputs.arch }}
18+
ARCH: windows-2022
2419
IncludeFreethreaded: true
2520
steps:
2621
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)