Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiasAurel committed Nov 17, 2023
1 parent 3b180ef commit 1cb0adf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
cd jerryscript
git checkout 8ba0d1b6ee5a065a42f3b306771ad8e3c0d819bc
cd ~/spade
./pc/jerry/refresh.sh
./src/pc/jerry/refresh.sh
- name: 'Clone pico-sdk'
run: |
Expand All @@ -80,7 +80,8 @@ jobs:
- name: 'Build Spade'
run: |
cd ~/spade
./tools/cstringify.py engine.js > engine.js.cstring
mkdir ./src/shared/sprig_engine/build
./tools/cstringify.py ./src/shared/sprig_engine/engine.js > ./src/shared/sprig_engine/build/engine.min.js.cstring
cmake --preset=rpi
cd rpi_build
make
Expand All @@ -89,6 +90,5 @@ jobs:
uses: 'actions/upload-artifact@v3'
with:
name: 'spade.uf2'
path: '~/spade/rpi_build/spade.uf2'
if-no-files-found: error

path: '~/spade/rpi_build/src/spade.uf2'
if-no-files-found:

0 comments on commit 1cb0adf

Please sign in to comment.