git: Improve size of Full Sources tar (#569)

* remove .git directories from Full sources

* actually compress Full sources
This commit is contained in:
iTrooz_
2022-07-05 10:12:16 +02:00
committed by GitHub
parent e981fa53f3
commit a30f49c75e

View File

@@ -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