ci: Don't pack Windows artifact

This commit is contained in:
Elian Doran
2024-07-20 22:02:29 +03:00
parent 80e647ffec
commit 128af66797
2 changed files with 8 additions and 6 deletions

View File

@@ -104,7 +104,7 @@ jobs:
- run: npm ci
- run: |
./bin/update-build-info.sh
./bin/build-win-x64.sh
./bin/build-win-x64.sh DONTPACK
- uses: actions/upload-artifact@v4
with:
name: trilium-windows-x64