Skip to content

Commit

Permalink
Merge pull request #2 from mardab/disable-compression
Browse files Browse the repository at this point in the history
fix img packaging
  • Loading branch information
mardab authored Dec 21, 2022
2 parents 20e22cf + 116081c commit 5fd19c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
build_date=$(date +%Y%m%d)
build_number=$[$(git tag | grep $build_date | wc -l) + 1]
tag="$build_date.$build_number"
hub release create $tag -m "$tag" -a dist/*.gz
hub release create $tag -m "$tag" -a dist/*.img

0 comments on commit 5fd19c1

Please sign in to comment.