Skip to content

Commit

Permalink
fix: wasm path use _ instead of -
Browse files Browse the repository at this point in the history
WHYYY ??!!!!!
  • Loading branch information
Captainfl4me committed Apr 30, 2024
1 parent 63fc3d0 commit 8952e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/configure-pages@v3

- name: Clean Output
run: cp index.html ./www && cp ./target/wasm32-unknown-emscripten/release/spline-drawer.d ./www && cp ./target/wasm32-unknown-emscripten/release/spline-drawer.js ./www && cp ./target/wasm32-unknown-emscripten/release/spline-drawer.wasm ./www
run: cp index.html ./www && cp ./target/wasm32-unknown-emscripten/release/spline-drawer.d ./www && cp ./target/wasm32-unknown-emscripten/release/spline-drawer.js ./www && cp ./target/wasm32-unknown-emscripten/release/spline_drawer.wasm ./www

- name: Upload Artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 8952e36

Please sign in to comment.