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

Commit 27c2d1e

Browse files
committed
ci: Fix double .zip artifact name
1 parent 4dc615f commit 27c2d1e

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
@@ -22,7 +22,7 @@ jobs:
2222
- run: ./bin/build-mac-x64.sh
2323
- uses: actions/upload-artifact@v4
2424
with:
25-
name: trilium-mac-x64.zip
25+
name: trilium-mac-x64
2626
path: dist/trilium-mac-x64
2727
build_darwin-arm64:
2828
name: Build macOS aarch64
@@ -38,7 +38,7 @@ jobs:
3838
- run: ./bin/build-mac-arm64.sh
3939
- uses: actions/upload-artifact@v4
4040
with:
41-
name: trilium-mac-arm64.zip
41+
name: trilium-mac-arm64
4242
path: dist/trilium-mac-arm64
4343
build_linux-x64:
4444
name: Build Linux x86_64
@@ -97,7 +97,7 @@ jobs:
9797
- run: ./bin/build-win-x64.sh
9898
- uses: actions/upload-artifact@v4
9999
with:
100-
name: trilium-windows-x64.zip
100+
name: trilium-windows-x64
101101
path: dist/trilium-windows-x64
102102
build_docker:
103103
name: Build Docker image

0 commit comments

Comments
 (0)