diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 11:30:05 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-08 11:30:05 -0400 |
commit | 492ae24d60ab2c294994acf79798a01d08eb0d00 (patch) | |
tree | 0986afd2d96e760bd0b66223d4210487e1a7b68b | |
parent | 41115274e189bcbad244a7ee9e91a99da398a18f (diff) |
Fix duplicate job ID.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7c9b97..681a4b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: command: 'zephyr-export' - name: West Build uses: ./.github/actions/zephyr-west # Uses an action in the root directory - id: west-zephyr-export + id: west-build with: command: 'build' command-args: '-b nucleo_wb55rg -- -DSHIELD=petejohanson_handwire' |