From e742c8fc31c8c6f9ed32c12f6548ef3509656283 Mon Sep 17 00:00:00 2001 From: Matus Koprda Date: Sat, 30 Mar 2024 21:34:48 +0100 Subject: [PATCH] Add fix for the incomplete release archive (zip-release exclusions) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0f410b..4b23b4b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: with: type: 'zip' filename: 'readabletro.zip' - exclusions: '*.git* /*.png /readme.md' + exclusions: '*.git* /comparison.png /readme.md' - name: Upload Release uses: ncipollo/release-action@v1.12.0