From d4bf1c3da77adb3eaec7f9f80c319b819fb948ec Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Tue, 13 Aug 2024 19:59:00 +0200 Subject: [PATCH] yes baby --- .gitea/workflows/linux.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/linux.yml b/.gitea/workflows/linux.yml index 5cf18ec..5f135ca 100644 --- a/.gitea/workflows/linux.yml +++ b/.gitea/workflows/linux.yml @@ -36,4 +36,6 @@ jobs: run: xmake test - name: 🚀 Publish - run: xmake p + run: | + xmake import-assets + xmake p