Fix variable name

pull/579/head^2
Wilfred Hughes 2023-11-27 00:52:53 +07:00
parent e9ea423faf
commit 7ea46446e7
1 changed files with 1 additions and 1 deletions

@ -48,7 +48,7 @@ jobs:
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV
- name: Overwrite build subcommand env variable
if: matrix.job.build_only
if: matrix.job.build-only
shell: bash
run: echo "SUBCOMMAND=build" >> $GITHUB_ENV