From 4d2d72d36eee808a5f022e82e1ac613a7d3c25e2 Mon Sep 17 00:00:00 2001 From: Yee Kit Date: Wed, 29 May 2024 23:58:30 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3763fa..8612cb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: with: type: 'tar' filename: 'release.tar.gz' - exclusions: '.git .github' + exclusions: '.git .github release.zip' # Upload the Zip Archive to releases - name: Upload Release uses: ncipollo/release-action@v1.14.0