We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20e22cf + 116081c commit 5fd19c1Copy full SHA for 5fd19c1
1 file changed
.github/workflows/main.yml
@@ -21,4 +21,4 @@ jobs:
21
build_date=$(date +%Y%m%d)
22
build_number=$[$(git tag | grep $build_date | wc -l) + 1]
23
tag="$build_date.$build_number"
24
- hub release create $tag -m "$tag" -a dist/*.gz
+ hub release create $tag -m "$tag" -a dist/*.img
0 commit comments