Update creation of source code archive
Some checks failed
Some checks failed
This commit is contained in:
parent
abf5d9d0e3
commit
feec28010a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Install ZSTD compressor
|
||||
run: apt-get update && apt-get install -y zstd
|
||||
- name: Create archive
|
||||
run: tar -cf source.tar . && zstd -19 source.tar
|
||||
run: tar --exclude-vcs -c --to-stdout --exclude source.tar.zst . | zstd -19 -T0 -o source.tar.zst
|
||||
- name: Upload source code
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue