Skip to content

Commit

Permalink
fix: output copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed Apr 30, 2024
1 parent 8952e36 commit ce77c1e
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: mkdir www && 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 ce77c1e

Please sign in to comment.