Skip to content

Commit

Permalink
copy .map to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Jul 16, 2024
1 parent 55d1cee commit 8fb5940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: copy files
shell: bash
run: |
ls -R src/build/javascript
cp src/build/javascript/rhino3dm.wasm.map src/build/javascript/artifacts_js/rhino3dm.wasm.map
cp package.json src/build/javascript/artifacts_js
cp docs/javascript/RHINO3DM.JS.md src/build/javascript/artifacts_js/README.md
cp src/js/rhino3dm.debug.js src/build/javascript/artifacts_js/rhino3dm.js
Expand Down

0 comments on commit 8fb5940

Please sign in to comment.