From 4fd964024eb0b6536ab8dec5638fde45e08ab047 Mon Sep 17 00:00:00 2001 From: quexeky <116044207+quexeky@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:09:02 +1100 Subject: [PATCH] Update .gitlab-ci.yml with artifacts --- desktop/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/.gitlab-ci.yml b/desktop/.gitlab-ci.yml index 9bb92919..5ce582ad 100644 --- a/desktop/.gitlab-ci.yml +++ b/desktop/.gitlab-ci.yml @@ -16,7 +16,7 @@ build-linux: - cp src-tauri/target/release/bundle/appimage/*.AppImage . artifacts: paths: - - "*.{deb,rpm}" + - "*.{deb,rpm,AppImage}" build-windows: stage: build