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}"