Skip to content

Commit 1e2ec51

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ 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: ynoengine/build/yno-simd-release/*.{html,js,wasm}
7070
if-no-files-found: warn

0 commit comments

Comments
 (0)