gh-14651: Start using compressed tars for release (gh-14689)

This commit is contained in:
mr. m
2026-07-23 17:30:56 +02:00
committed by GitHub
parent 1b1f4c62d6
commit cd6679b1e9
2 changed files with 30 additions and 4 deletions

View File

@@ -505,6 +505,14 @@ jobs:
run: |
git clone https://github.com/zen-browser/windows-binaries.git .github/workflows/object --depth 1
for arch in x86_64 arm64; do
archive=".github/workflows/object/windows-x64-signed-$arch.tar.gz"
dest=".github/workflows/object/windows-x64-signed-$arch"
echo "Expanding $archive"
mkdir -p "$dest"
tar -xvf "$archive" -C "$dest"
done
- name: Sign MAR files
env:
SIGNMAR: ${{ github.workspace }}/linux-bin-x86_64/signmar