Skip to content

Commit 80d4138

Browse files
committed
fix: correct windows target arch variable in release workflow
Signed-off-by: The1111mp <The1111mp@outlook.com>
1 parent 38e41bb commit 80d4138

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
include:
1616
- os: windows-latest
1717
target: x86_64-pc-windows-msvc
18-
platform:
19-
arch: x64
18+
arch: x64
2019
- os: windows-latest
2120
target: aarch64-pc-windows-msvc
2221
arch: arm64

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
include:
1616
- os: windows-latest
1717
target: x86_64-pc-windows-msvc
18-
platform:
19-
arch: x64
18+
arch: x64
2019
- os: windows-latest
2120
target: aarch64-pc-windows-msvc
2221
arch: arm64

0 commit comments

Comments
 (0)