Update .gitlab-ci.yml with artifacts

This commit is contained in:
quexeky
2025-01-21 09:09:02 +11:00
parent 6d7630e7c0
commit 3e10f1749a

View File

@ -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