Skip to content

Commit

Permalink
list files in artifacts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fraguada committed Jul 16, 2024
1 parent 63ab28c commit 2d18b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
#cp src/js/rhino3dm.debug.module.js src/build/javascript/artifacts_js/rhino3dm.module.js
#cp src/js/rhino3dm.debug.module.min.js src/build/javascript/artifacts_js/rhino3dm.module.min.js
cp src/js/rhino3dm.d.ts src/build/javascript/artifacts_js/rhino3dm.d.ts
ls src/build/javascript/artifacts_js
- name: setup js
run: python3 script/setup.py -p js -o -v -d
- name: build js
Expand All @@ -154,6 +155,7 @@ jobs:
shell: bash
run: |
mv src/build/javascript/rhino3dm.js src/build/javascript/artifacts_js
ls src/build/javascript/artifacts_js
- name: artifacts
uses: actions/upload-artifact@v4.3.1
with:
Expand Down

0 comments on commit 2d18b47

Please sign in to comment.