Skip to content

Commit e8c15ea

Browse files
committed
Fix artifact source path
1 parent 4bd37bc commit e8c15ea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/compile-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ jobs:
6666
- uses: actions/upload-artifact@v4
6767
with:
6868
name: easyrpg-player-wasm
69-
path: build/yno-simd-release/*.{html,js,wasm}
69+
path: |
70+
build/yno-simd-release/ynoengine-simd.*
7071
if-no-files-found: warn

0 commit comments

Comments
 (0)