From 6938b1710a2dba78c2bb039fc59733d3995f767f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Thu, 8 Jul 2021 19:48:14 +0200 Subject: [PATCH] fix github deploy_all.yml: explicitly call events_json Some targets don't build it (e.g. ark can bootloader) --- .github/workflows/deploy_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_all.yml b/.github/workflows/deploy_all.yml index 3e29334497..ee69800d70 100644 --- a/.github/workflows/deploy_all.yml +++ b/.github/workflows/deploy_all.yml @@ -58,7 +58,7 @@ jobs: - name: parameter & events metadata run: | - make ${{matrix.target}} ver_gen + make ${{matrix.target}} ver_gen events_json ./src/lib/version/get_git_tag_or_branch_version.sh build/${{ matrix.target }} >> $GITHUB_ENV cd build/${{ matrix.target }} mkdir _metadata || true