Checksum computing on different step

This commit is contained in:
Antoine Martin 2024-09-09 12:32:55 -04:00
parent 8fc7d307d1
commit 930f39305e
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -42,7 +42,8 @@ jobs:
run: |
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
zstd --auto-threads=logical --ultra --long -22 -T"$ZSTD_LIMIT" -vv webrtc-$_webrtcver.tar -o webrtc-$_webrtcver.tar.zst
echo "Generating sha512sum and sha256sum"
- name: Computing checksums
run: |
sha512sum webrtc-${{ inputs.ref_name }}.tar.zst > webrtc-${{ inputs.ref_name }}.tar.zst.sha512sum
sha256sum webrtc-${{ inputs.ref_name }}.tar.zst > webrtc-${{ inputs.ref_name }}.tar.zst.sha256sum
- name: Package upload