Skip to content

Commit 3e10f17

Browse files
committed
Update .gitlab-ci.yml with artifacts
1 parent 6d7630e commit 3e10f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-linux:
1616
- cp src-tauri/target/release/bundle/appimage/*.AppImage .
1717
artifacts:
1818
paths:
19-
- "*.{deb,rpm}"
19+
- "*.{deb,rpm,AppImage}"
2020

2121
build-windows:
2222
stage: build

0 commit comments

Comments
 (0)