From 729cdd868e3bf2c73b309e49a7ddf52337924c4a Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 8 Feb 2025 19:11:17 +0100 Subject: [PATCH] feat(ci): store desktop release files as artifact --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44a85d61d..1e70edfb1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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*