mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-21 14:55:37 +00:00
fix: zen.source ignore VCS data, p=#10606
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -265,7 +265,12 @@ jobs:
|
||||
run: npm run import -- --verbose
|
||||
|
||||
- name: Compress
|
||||
run: tar --use-compress-program=zstd -hcf zen.source.tar.zst -C engine .
|
||||
run: |
|
||||
tar \
|
||||
--exclude-vcs \
|
||||
--use-compress-program=zstd \
|
||||
-hcf zen.source.tar.zst \
|
||||
-C engine .
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user