Skip to content

Commit e7a6ddf

Browse files
committed
Fix publishing step for windows
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent 9dd6e0b commit e7a6ddf

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
just wasm build release
138138
just js build release
139139
140+
- name: Compile WIT world
141+
run: just wasm guest-compile-wit
142+
140143
- name: Build Windows native library
141144
run: just dotnet build-rust release
142145

@@ -186,6 +189,9 @@ jobs:
186189
just wasm build release
187190
just js build release
188191
192+
- name: Compile WIT world
193+
run: just wasm guest-compile-wit
194+
189195
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
190196
with:
191197
name: dotnet-native-windows

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)