Skip to content

Commit

Permalink
add: 增加hex和bin文件转换
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 5, 2024
1 parent 5c8b6aa commit 819f831
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
cpackget init https://www.keil.com/pack/index.pidx
armlm activate -product KEMDK-COM0 -server https://mdk-preview.keil.arm.com
cbuild CoreMark.csolution.yml --update-rte --packs
vcpkg deactivate
vcpkg use armlang
fromelf --bin output="out/CoreMark/Project/CoreMark.bin" "out/CoreMark/Project/CoreMark.axf"
fromelf --i32 --output="out/CoreMark/Project/CoreMark.hex" "out/CoreMark/Project/CoreMark.axf"
- name: release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 819f831

Please sign in to comment.