Update .gitlab-ci.yml with artifacts

This commit is contained in:
quexeky
2025-01-21 09:09:02 +11:00
parent 5b00d188ab
commit 4fd964024e
+1 -1
View File
@@ -16,7 +16,7 @@ build-linux:
- cp src-tauri/target/release/bundle/appimage/*.AppImage . - cp src-tauri/target/release/bundle/appimage/*.AppImage .
artifacts: artifacts:
paths: paths:
- "*.{deb,rpm}" - "*.{deb,rpm,AppImage}"
build-windows: build-windows:
stage: build stage: build