Add compression (#33)

This commit is contained in:
Max Andreev 2023-04-28 15:05:57 +03:00 committed by GitHub
parent 3d7dcc286e
commit e54d88b31d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ jobs:
if: ${{ !github.event.pull_request.head.repo.fork }}
run: |
mkdir -p "artifacts-archive"
tar -cvf artifacts-archive/blackmagic-firmware-s2-full-${SUFFIX}.tgz -C artifacts/ .
tar -czvf artifacts-archive/blackmagic-firmware-s2-full-${SUFFIX}.tgz -C artifacts/ .
- name: 'Upload artifacts to update server'
if: ${{ !github.event.pull_request.head.repo.fork }}