Skip to content

Commit

Permalink
Add compression (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya authored Apr 28, 2023
1 parent 3d7dcc2 commit e54d88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e54d88b

Please sign in to comment.