Skip to content

Commit

Permalink
Fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian LALU committed Dec 19, 2024
1 parent a750e96 commit 60f78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
xcopy target\test\test_core.js release\ /s /y
xcopy target\test\test_core.wasm release\ /s /y
xcopy target\src\libcore.a release\ /s /y
xcopy src\core release\core\ /s /y
xcopy interface\core release\core\ /s /y
- name: Upload artifacts
uses: actions/upload-artifact@v3.1.1
with:
Expand Down

0 comments on commit 60f78ff

Please sign in to comment.