Skip to content

Commit

Permalink
github actions: release ghr releasefilepath change
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Jan 28, 2020
1 parent 52d58e9 commit da915c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
echo "DEBUG:" $TAGNAME
export CHANGELOG=$($GOPATH/bin/ghch -F markdown --latest)
echo "DEBUG:" $CHANGELOG
$GOPATH/bin/goxz -pv ${TAGNAME} -os=linux -arch=amd64 -d ./dist/v${TAGNAME}
$GOPATH/bin/ghr -n ${TAGNAME} -b ${CHANGELOG} -draft ${TAGNAME} goxz/
$GOPATH/bin/goxz -pv v${TAGNAME} -os=linux -arch=amd64 -d ./dist/v${TAGNAME}
$GOPATH/bin/ghr -n v${TAGNAME} -b ${CHANGELOG} -draft v${TAGNAME} ./dist/v${TAGNAME}

0 comments on commit da915c1

Please sign in to comment.