Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mardab authored Dec 21, 2022
1 parent 1d488cd commit 116081c
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 116081c

Please sign in to comment.