From 0ccaed8d555eb08cf78bb5523224abcfdd1c2173 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Sat, 18 May 2024 22:26:02 +0100 Subject: [PATCH] ci: adding portable to artifact --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 01470bcb..431df932 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: with: name: Build-${{ matrix.os }} path: | - dist/win-unpacked/* + dist/win-unpacked/** dist/*.zip dist/*.dmg dist/*.deb