Skip to content

Commit

Permalink
add: release
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 5, 2024
1 parent 3f637c3 commit 5c8b6aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +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
- name: release
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: "Latest"
artifacts: "MDK-ARM/out/CoreMark/Project/CoreMark.hex, MDK-ARM/out/CoreMark/Project/CoreMark.bin"

0 comments on commit 5c8b6aa

Please sign in to comment.