Skip to content

Commit 719a7a9

Browse files
committed
workflow(fix): correct version of windows
1 parent e276081 commit 719a7a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ run-name: Create pre-release for `${{ github.ref_name }}`
1010

1111
jobs:
1212
release-wasm:
13-
runs-on: windows-2025
13+
runs-on: windows-2022
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -30,7 +30,7 @@ jobs:
3030
run: npm run setup
3131

3232
- name: Build WASM module
33-
run: npm run build:wasm-workflow
33+
run: npm run build:wasm
3434

3535
- name: Pre-Release
3636
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)