mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Update Gitlab workflow
This commit is contained in:
parent
6a1d42cc0e
commit
29c7a43a23
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
# build and make the releases
|
||||
- uses: wangyoucao577/go-release-action@master
|
||||
with:
|
||||
pre_command: "go get github.com/GeertJohan/go.rice/rice && rice embed-go"
|
||||
pre_command: "go get github.com/GeertJohan/go.rice/rice && ${GOPATH}/bin/rice embed-go"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: ${{ matrix.goarch }}
|
||||
|
|
Loading…
Add table
Reference in a new issue