Update Gitlab workflow

This commit is contained in:
Khanh Ngo 2020-05-21 22:40:30 +07:00
parent c7f088401a
commit 6790a53e55
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -39,10 +39,13 @@ jobs:
- name: get go rice tool
run: go get github.com/GeertJohan/go.rice/rice
# run go rice embed
- name: run go rice embed
run: ${GOPATH}/bin/rice embed-go
# build and make the releases
- uses: wangyoucao577/go-release-action@master
with:
pre_command: "/go/bin/rice embed-go"
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}