Update Gitlab workflow

This commit is contained in:
Khanh Ngo 2020-05-21 22:27:08 +07:00
parent 824b31aba2
commit c7f088401a
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -42,7 +42,7 @@ jobs:
# build and make the releases # build and make the releases
- uses: wangyoucao577/go-release-action@master - uses: wangyoucao577/go-release-action@master
with: with:
pre_command: "rice embed-go" pre_command: "/go/bin/rice embed-go"
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }} goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }} goarch: ${{ matrix.goarch }}