From 4b7cb1786e6f1f90b2248a10784ad8a305f1838f Mon Sep 17 00:00:00 2001 From: Logan Date: Sun, 3 Mar 2024 16:48:21 -0500 Subject: [PATCH] Fully build, package, and upload kolf appImage --- .github/workflows/craftkolf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/craftkolf.yml b/.github/workflows/craftkolf.yml index acb67b6..3b920ff 100644 --- a/.github/workflows/craftkolf.yml +++ b/.github/workflows/craftkolf.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Craft environment and run Craft command run: | - source /home/kolf/CraftRoot/craft/craftenv.sh && cs kolf && git pull && craft --package kolf + source /home/kolf/CraftRoot/craft/craftenv.sh && cs kolf && git pull && craft --compile --install --qmerge kolf && craft --package kolf - uses: actions/upload-artifact@v4 with: name: kolf-build-latest-appImage