From d9bc654fc7d8b9ac615ee174b94339782f8af6c1 Mon Sep 17 00:00:00 2001 From: Kamil Monicz Date: Sun, 28 Sep 2025 21:03:59 +0200 Subject: [PATCH] fix: zen.source missing vsc from nested modules that are checksummed (#10607) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 994f631b7..d67c60651 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -267,7 +267,7 @@ jobs: - name: Compress run: | tar \ - --exclude-vcs \ + --exclude='./.git' \ --use-compress-program=zstd \ -hcf zen.source.tar.zst \ -C engine .