From dbde9f5ca45f39c203ca859c506b3f838ba51a5d Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 25 Feb 2021 12:09:22 +1100 Subject: [PATCH] Fixes for release file - including .git folder! --- .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 f073896995b9..348be085a873 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: sudo rm -rf node_modules - name: Build project # This would actually build your project, using zip for an example artifact run: | - zip -r ./invoiceninja.zip ./ + zip -r ./invoiceninja.zip .* -x "../*" - name: Get tag name id: get_tag_name