Update .gitlab-ci.yml with artifacts

This commit is contained in:
quexeky 2025-01-21 09:09:02 +11:00
parent 6d7630e7c0
commit 3e10f1749a
No known key found for this signature in database
GPG key ID: 7A067DADABACB6F2

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