1
0
mirror of synced 2024-11-24 15:50:16 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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