Skip to content

Commit 9866848

Browse files
committed
copy binaries
1 parent 37f5322 commit 9866848

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ jobs:
3333
mkdir -p dist/linux
3434
cp build/libyogacore.so dist/linux/libyoga.so
3535
36-
rm -rf build
37-
cd javascript
36+
- name: Build JS
37+
working-directory: javascript
38+
run: |
3839
yarn build
39-
cd ..
40-
mkdir -p dist/webgl
41-
cp -a javascript/build/ dist/webgl/
40+
mkdir -p ../dist/webgl
41+
cp -a binaries/ ../dist/webgl/
4242
4343
- name: Upload Binaries
4444
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)