From ebc03c86d247fe03410e085d75a20e848ed63d54 Mon Sep 17 00:00:00 2001 From: Robert van den Breemen Date: Sun, 17 Mar 2024 21:50:00 +0100 Subject: [PATCH] Add create build directory --- .github/actions/build/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 3cfa805..12f3aff 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -7,6 +7,9 @@ runs: - id: semver run: cat version.h | sed -n '/^#define _SEMVER_FULL.*$/s/^#.*"\(.*\)"$/semver=\1/p' >> $GITHUB_OUTPUT shell: bash + - id: create-build-dir + run: mkdir -p build + shell: bash - id: filesys run: | make filesystem