Skip to content

Commit 5bcbf13

Browse files
authored
Fix: workflow
1 parent 5a775d7 commit 5bcbf13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/arm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,11 @@ jobs:
154154
- name: Convert to SREC
155155
run: |
156156
mkdir output
157-
$TARGET_DIR/ielftool --srec --verbose project.out output/project.srec
157+
ielftool --srec --verbose project.out output/project.srec
158158
159159
- name: Convert to HEX
160160
run: |
161-
$TARGET_DIR/ielftool --ihex --verbose project.out output/project.hex
161+
ielftool --ihex --verbose project.out output/project.hex
162162
163163
- name: Upload firmwares
164164
uses: actions/upload-artifact@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<img align="right" src="https://avatars.githubusercontent.com/u/9919?s=64&v=4" />
22

33
# IAR Build Tools for Arm on GitHub Actions
4-
4+
[![IAR project on GitHub Actions](https://github.com/iarsystems/github-actions-ci-example/actions/workflows/arm.yml/badge.svg)](https://github.com/iarsystems/github-actions-ci-example/actions/workflows/arm.yml)
55

66
>[!WARNING]
77
>The information in this repository is subject to change without notice and does not constitute a commitment by IAR. While it serves as reference model for implementing Continuous Integration with IAR Tools, IAR assumes no responsibility for any errors, omissions, or specific implementations.

0 commit comments

Comments
 (0)