From 5b00d188abc69a6b378f476e559c5372a3ac3ca0 Mon Sep 17 00:00:00 2001 From: quexeky <116044207+quexeky@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:41:51 +1100 Subject: [PATCH] Update .gitlab-ci.yml --- 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 7e025b21..9bb92919 100644 --- a/desktop/.gitlab-ci.yml +++ b/desktop/.gitlab-ci.yml @@ -13,7 +13,7 @@ build-linux: - yarnpkg tauri build - cp src-tauri/target/release/bundle/deb/*.deb . - cp src-tauri/target/release/bundle/rpm/*.rpm . - - cp src-tauri/target/release/bundle/appimage/*.AppImage + - cp src-tauri/target/release/bundle/appimage/*.AppImage . artifacts: paths: - "*.{deb,rpm}"