From a259d68c11e94352aade5f25f1b776e6459f0eaf Mon Sep 17 00:00:00 2001 From: MonsterDruide1 <5958456@gmail.com> Date: Thu, 9 Apr 2026 22:01:06 +0200 Subject: [PATCH] workflow: Update build artifact on `compile-check` (#1005) --- .github/workflows/compile-check.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/compile-check.yml b/.github/workflows/compile-check.yml index fc71d3aa..1c7e82e4 100644 --- a/.github/workflows/compile-check.yml +++ b/.github/workflows/compile-check.yml @@ -66,3 +66,9 @@ jobs: cat errfile | tr '\n' '\f' | sed 's/Stack backtrace:.*//' | tr '\f' '\n' exit 1 fi + - name: Upload build artifact + uses: actions/upload-artifact@v4 + with: + name: odyssey + path: build/odyssey + if-no-files-found: error