Skip to content

Commit

Permalink
improve github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lancersky committed Jun 30, 2023
1 parent 3b3ea52 commit ca47bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
cd glinet/gl-dev-board-over-thread
west build -b gl_nrf52840_dev_board
VERSION=$(cat prj.conf|grep CONFIG_SW_VERSION|awk -F '"' '{print $2}')
cp build/zephyr/app_update.bin ../../../GL-Thread-Dev-Board-MTD-OTA-v$VERSION.bin
cp build/zephyr/merged.hex ../../../GL-Thread-Dev-Board-MTD-JLINK-UPGRADE-v$VERSION.hex
cp build/zephyr/app_update.bin ../../../GL-Dev-Board-Thread-MTD-OTA-v$VERSION.bin
cp build/zephyr/merged.hex ../../../GL-Dev-Board-Thread-MTD-JLINK-UPGRADE-v$VERSION.hex
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
draft: true
prerelease: false
files: |
GL-Thread-Dev-Board*.bin
GL-Thread-Dev-Board*.hex
GL-Dev-Board*.bin
GL-Dev-Board*.hex

0 comments on commit ca47bcb

Please sign in to comment.