fix: zen.source builds missing dotfiles (#10599)

This commit is contained in:
Kamil Monicz
2025-09-28 16:06:59 +02:00
committed by GitHub
parent 9a1c466368
commit cc8dfc693b

View File

@@ -265,10 +265,7 @@ jobs:
run: npm run import -- --verbose
- name: Compress
run: |
cd engine
tar --use-compress-program=zstd -hcf ../zen.source.tar.zst *
cd ..
run: tar --use-compress-program=zstd -hcf zen.source.tar.zst -C engine .
- name: Upload artifact
uses: actions/upload-artifact@v4