From e1f4348637575bb21fe9bc2ba70e0f9a70cbafaf Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 21 Aug 2026 11:03:12 +0200 Subject: [PATCH] enable appimage artifact --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aac94d9f..33c85056 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -188,5 +188,6 @@ jobs: yarn upload-artifacts dist/LosslessCut-linux-arm64.tar.bz2 yarn upload-artifacts dist/LosslessCut-linux-armv7l.tar.bz2 yarn upload-artifacts dist/LosslessCut-linux-x64.tar.bz2 + yarn upload-artifacts dist/LosslessCut-linux-x86_64.AppImage yarn upload-artifacts --name screenshot-linux.jpeg screenshot.jpeg