Skip to content

Commit 33ce5e4

Browse files
committed
Fix wasi artifact matching
1 parent 99ac753 commit 33ce5e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,8 @@ jobs:
150150
path: |
151151
${{ env.APP_NAME }}.*.node
152152
${{ env.APP_NAME }}.*.wasm
153-
${{ env.APP_NAME }}.*.wasi.*
153+
${{ env.APP_NAME }}.*.wasi-browser.js
154+
${{ env.APP_NAME }}.*.wasi.cjs
154155
index.js
155156
index.d.ts
156157
if-no-files-found: error

0 commit comments

Comments
 (0)