mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 11:10:29 +08:00
Fix up build.
This commit is contained in:
parent
ad6e919107
commit
f24ded98f0
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: emmake make
|
||||
working-directory: 'movement/make'
|
||||
- name: Archive simulator build
|
||||
working-directory: 'movement/make/build'
|
||||
working-directory: 'movement/make/build-sim'
|
||||
run: |
|
||||
cp watch.html index.html
|
||||
tar -czf simulator.tar.gz index.html watch.wasm watch.js
|
||||
|
@ -52,4 +52,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: simulator.tar.gz
|
||||
path: movement/make/build/simulator.tar.gz
|
||||
path: movement/make/build-sim/simulator.tar.gz
|
||||
|
|
Loading…
Reference in a new issue