Skip to content

Commit

Permalink
fix: new path for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed Apr 30, 2024
1 parent ac439e3 commit 63fc3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>Hello-Cargo</head>
<body>
<canvas id="canvas"></canvas>
<script type="text/javascript" src="./target/wasm32-unknown-emscripten/release/spline-drawer.js"></script>
<script type="text/javascript" src="./spline-drawer.js"></script>
<script type="text/javascript">
Module.canvas = document.getElementById("canvas");
</script>
Expand Down

0 comments on commit 63fc3d0

Please sign in to comment.