Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: hanluyao <[email protected]>
  • Loading branch information
hanluyao committed May 18, 2023
1 parent 1595252 commit b717553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
export GNUARMEMB_TOOLCHAIN_PATH=$PWD/gcc-arm-none-eabi-9-2019-q4-major
cd glinet/gl-dev-board-over-thread
west build -b gl_thread_dev_board
west build -b gl_nrf52840_dev_board
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export GNUARMEMB_TOOLCHAIN_PATH=$PWD/gcc-arm-none-eabi-9-2019-q4-major
cd glinet/gl-dev-board-over-thread
west build -b gl_thread_dev_board
west build -b gl_nrf52840_dev_board
cp build/zephyr/app_update.bin ../../../app_update.bin
cp build/zephyr/zephyr.bin ../../../zephyr.bin
Expand Down

0 comments on commit b717553

Please sign in to comment.