diff --git a/desktop/.gitlab-ci.yml b/desktop/.gitlab-ci.yml index caa1e5b4..7e025b21 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}"