From 6cdbbeedd0a8419af0f5bcfc1024185287ff4d88 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Tue, 7 Nov 2023 10:23:47 +0100 Subject: [PATCH] fix: upload and add windows binary to release --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5906873..e504e10 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -111,6 +111,7 @@ jobs: retention-days: 1 path: | keyweave-*.tar.xz + keyweave.exe sign: needs: build @@ -143,4 +144,5 @@ jobs: fail_on_unmatched_files: true files: | keyweave-*.tar.xz + keyweave.exe *SUMS* \ No newline at end of file