Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit cc55e1b

Browse files
committed
ci: Remove .tar.xz to avoid double archiving
1 parent 27c2d1e commit cc55e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
- run: ./bin/build-linux-x64.sh
5555
- uses: actions/upload-artifact@v4
5656
with:
57-
name: trilium-linux-x64.tar.xz
58-
path: dist/trilium-linux-x64-*.tar.xz
57+
name: trilium-linux-x64
58+
path: dist/trilium-linux-x64
5959
- uses: actions/upload-artifact@v4
6060
with:
6161
name: trilium_amd64.deb
@@ -74,7 +74,7 @@ jobs:
7474
- run: ./bin/build-server.sh
7575
- uses: actions/upload-artifact@v4
7676
with:
77-
name: trilium-linux-x64-server.tar.xz
77+
name: trilium-linux-x64-server
7878
path: dist/trilium-linux-x64-server
7979
build_windows-x64:
8080
name: Build Windows x86_64

0 commit comments

Comments
 (0)