From a30f49c75e705df9d49e15a8fa3a4e4417efa8e7 Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Tue, 5 Jul 2022 10:12:16 +0200 Subject: [PATCH] git: Improve size of Full Sources tar (#569) * remove .git directories from Full sources * actually compress Full sources --- .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 7e3380157..056342f93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: echo "version=$project_version" >> $GITHUB_ENV - name: 🗜️ Create tarball from sources with dependencies - run: tar -cvf Full.Sources.tar.gz ImHex + run: tar --exclude-vcs -czvf Full.Sources.tar.gz ImHex - name: ⬇️ Download artifacts from latest workflow uses: dawidd6/action-download-artifact@v2