Update Gitlab workflow

This commit is contained in:
Khanh Ngo 2020-05-21 23:08:15 +07:00
parent 6790a53e55
commit 4498a46fe3
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -41,7 +41,7 @@ jobs:
# run go rice embed
- name: run go rice embed
run: ${GOPATH}/bin/rice embed-go
run: ${HOME}/go/bin/rice embed-go
# build and make the releases
- uses: wangyoucao577/go-release-action@master