Skip to content

Commit 5fd19c1

Browse files
authored
Merge pull request #2 from mardab/disable-compression
fix img packaging
2 parents 20e22cf + 116081c commit 5fd19c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
build_date=$(date +%Y%m%d)
2222
build_number=$[$(git tag | grep $build_date | wc -l) + 1]
2323
tag="$build_date.$build_number"
24-
hub release create $tag -m "$tag" -a dist/*.gz
24+
hub release create $tag -m "$tag" -a dist/*.img

0 commit comments

Comments
 (0)