Skip to content

Commit e54d88b

Browse files
authored
Add compression (#33)
1 parent 3d7dcc2 commit e54d88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ !github.event.pull_request.head.repo.fork }}
9494
run: |
9595
mkdir -p "artifacts-archive"
96-
tar -cvf artifacts-archive/blackmagic-firmware-s2-full-${SUFFIX}.tgz -C artifacts/ .
96+
tar -czvf artifacts-archive/blackmagic-firmware-s2-full-${SUFFIX}.tgz -C artifacts/ .
9797
9898
- name: 'Upload artifacts to update server'
9999
if: ${{ !github.event.pull_request.head.repo.fork }}

0 commit comments

Comments
 (0)