From a8d5d696295770a8a8e8b5f7c55e36fbc4e03eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Sun, 4 Oct 2020 12:08:58 +0200 Subject: [PATCH] chore: update build workflow to exclude certain directories --- .github/workflows/linux-build-on-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux-build-on-release.yml b/.github/workflows/linux-build-on-release.yml index 6d7fb14..13a2bbc 100644 --- a/.github/workflows/linux-build-on-release.yml +++ b/.github/workflows/linux-build-on-release.yml @@ -31,6 +31,7 @@ jobs: uses: TheDoctor0/zip-release@v0.3.0 with: filename: release.zip + exclusions: '*.git*' - name: Upload built executable to Release uses: actions/upload-release-asset@v1.0.2