mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-21 20:12:33 +03:00
Update Gitlab workflow
This commit is contained in:
parent
c7f088401a
commit
6790a53e55
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue