Exclude third_party/instrumented_libs/binaries
This commit is contained in:
parent
9233974b38
commit
50c83091ec
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Packaging source
|
||||
run: |
|
||||
read _webrtcver < webrtcver
|
||||
tar -cf webrtc-$_webrtcver.tar --exclude="ChangeLog*" --exclude="testdata/" --exclude="test_data/" --exclude="android_rust_toolchain/toolchain/" --exclude="base/" --exclude-backups --exclude-caches-all --exclude-vcs webrtc-$_webrtcver
|
||||
tar -cf webrtc-$_webrtcver.tar --exclude="ChangeLog*" --exclude="testdata/" --exclude="test_data/" --exclude="android_rust_toolchain/toolchain/" --exclude="base/" --exclude=third_party/instrumented_libs/binaries --exclude-backups --exclude-caches-all --exclude-vcs webrtc-$_webrtcver
|
||||
zstd --auto-threads=logical --ultra --long -22 -T"$ZSTD_LIMIT" -vv webrtc-$_webrtcver.tar -o webrtc-$_webrtcver.tar.zst
|
||||
- name: Computing checksums
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue