From 0cf7ed5028198b3934a70b543ea77b314310362e Mon Sep 17 00:00:00 2001 From: Ammar Date: Thu, 19 May 2022 14:31:11 +1000 Subject: [PATCH] github actions v5 here we go again --- .github/workflows/zip_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zip_release.yml b/.github/workflows/zip_release.yml index 6012771..642900b 100644 --- a/.github/workflows/zip_release.yml +++ b/.github/workflows/zip_release.yml @@ -15,7 +15,7 @@ jobs: with: type: 'tar' filename: 'latest.tar.gz' - exclusions: '*.git*' + exclusions: '*.git* .' - name: Upload Release uses: ncipollo/release-action@v1 with: