From a08a37d207c12b971c0ef8c5604eec0ad2ab6137 Mon Sep 17 00:00:00 2001 From: Alexander Serov Date: Sat, 23 Nov 2024 16:01:41 +0100 Subject: [PATCH] chore: make mod zip available as test job artifact --- .github/workflows/CI.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 00c7ac5..e4e7dfa 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,3 +30,9 @@ jobs: luacheck ./src/*.lua luacheck ./src/todo/*.lua faketorio package -c .github/.faketorio -v + + - name: Get the mod zip as artifact + uses: actions/upload-artifact@v4 + with: + name: Todo-List + path: target/*.zip