Skip to content

Commit 187d010

Browse files
author
Felipe Torrezan
authored
Update README.md
- Updated `bx.yml` code example.
1 parent 598db0b commit 187d010

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
steps:
124124
- uses: actions/checkout@v2
125125
- name: Build Library
126-
run: $IARBUILD_PATH/iarbuild ./<arch>/library/library.ewp -build $BUILD_TYPE $IARBUILD_OPTS
126+
run: $IARBUILD_PATH/iarbuild ./<package>/library.ewp -build $BUILD_TYPE $IARBUILD_OPTS
127127
- name: Build Component A
128-
run: $IARBUILD_PATH/iarbuild ./<arch>/componentA/componentA.ewp -build $BUILD_TYPE $IARBUILD_OPTS
128+
run: $IARBUILD_PATH/iarbuild ./<package>/componentA.ewp -build $BUILD_TYPE $IARBUILD_OPTS
129129
- name: Build Component B
130-
run: $IARBUILD_PATH/iarbuild ./<arch>/componentB/componentB.ewp -build $BUILD_TYPE $IARBUILD_OPTS
130+
run: $IARBUILD_PATH/iarbuild ./<package>/componentB.ewp -build $BUILD_TYPE $IARBUILD_OPTS
131131
```
132-
>:warning: Change `<arch>`, `<package>` and `<version>` to match with the __IAR Build Tools for Linux__ you are using. Please refer to [Conventions](#conventions) for details.
132+
>:warning: Update `<package>` and `<version>` to match with the __IAR Build Tools for Linux__ you are using. Please refer to [Conventions](#conventions) for details.
133133
134134
### Adding a runner to the repository
135135
The GitHub repository must be set to use a __runner__.

0 commit comments

Comments
 (0)