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
29c7a43a23
commit
824b31aba2
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -35,10 +35,14 @@ jobs:
|
||||||
chmod +x ./prepare_assets.sh
|
chmod +x ./prepare_assets.sh
|
||||||
./prepare_assets.sh
|
./prepare_assets.sh
|
||||||
|
|
||||||
|
# get go rice tool
|
||||||
|
- name: get go rice tool
|
||||||
|
run: go get github.com/GeertJohan/go.rice/rice
|
||||||
|
|
||||||
# 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: "go get github.com/GeertJohan/go.rice/rice && ${GOPATH}/bin/rice embed-go"
|
pre_command: "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…
Add table
Reference in a new issue