diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8e072d..ef06292 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: armlm activate -product KEMDK-COM0 -server https://mdk-preview.keil.arm.com cbuild CoreMark.csolution.yml --update-rte --packs vcpkg deactivate - vcpkg use armlang + vcpkg use armclang 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"