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

Commit 7dc8c66

Browse files
committed
ci: Revert .tar.xz to avoid losing permissions
1 parent cc55e1b commit 7dc8c66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 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
58-
path: dist/trilium-linux-x64
57+
name: trilium-linux-x64.tar.xz
58+
path: dist/trilium-linux-x64-*.tar.xz
5959
- uses: actions/upload-artifact@v4
6060
with:
6161
name: trilium_amd64.deb
@@ -74,8 +74,8 @@ jobs:
7474
- run: ./bin/build-server.sh
7575
- uses: actions/upload-artifact@v4
7676
with:
77-
name: trilium-linux-x64-server
78-
path: dist/trilium-linux-x64-server
77+
name: trilium-linux-x64-server.tar.xz
78+
path: dist/trilium-linux-x64-server-*.tar.xz
7979
build_windows-x64:
8080
name: Build Windows x86_64
8181
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)