Skip to content

Commit

Permalink
update ubuntu action to run bundle and package
Browse files Browse the repository at this point in the history
  • Loading branch information
nommiin committed Jan 25, 2024
1 parent 2a84c1b commit 2f9bcd5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,11 @@ jobs:
premake5 gmake2
cd dll/
make
gcc -shared -o libimgui_gm.so
- run: npm install
working-directory: ./tools/bundle/
- run: node tools/bundle/main.js
- name: Upload library
uses: actions/upload-artifact@v3
with:
name: output
path: package.yymps

0 comments on commit 2f9bcd5

Please sign in to comment.