feat(ci): store desktop release files as artifact

This commit is contained in:
kolaente 2025-02-08 19:11:17 +01:00
parent f758312fb6
commit 729cdd868e
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 5 additions and 0 deletions

View File

@ -60,3 +60,8 @@ jobs:
npm install -g corepack && corepack enable && pnpm config set store-dir .cache/pnpm
pnpm install --fetch-timeout 100000
pnpm dist --linux --windows
- name: Store release as artifact
uses: actions/upload-artifact@v4
with:
name: desktop-release
path: desktop/dist/Vikunja-Desktop*