Release .tar.xz as well
This commit is contained in:
parent
8df6a4b92d
commit
7f7fdb5a99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -144,7 +144,7 @@ jobs:
|
|||
set -xe
|
||||
NAME="Auto-Build $(date +'%Y-%m-%d %H:%M')"
|
||||
TAGNAME="autobuild-$(date +'%Y-%m-%d-%H-%M')"
|
||||
hub release create $(for a in artifacts/*.zip; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
||||
hub release create $(for a in artifacts/*.{zip,tar.xz}; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
||||
echo "::set-output name=tag_name::${TAGNAME}"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.token }}
|
||||
|
|
Loading…
Reference in a new issue