Update Gitlab workflow
This commit is contained in:
parent
824b31aba2
commit
c7f088401a
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue