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
6a7d6e5e63
commit
216d790394
1 changed files with 5 additions and 3 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
name: wireguard-ui build release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [created]
|
types: [created]
|
||||||
|
@ -36,15 +38,15 @@ jobs:
|
||||||
./prepare_assets.sh
|
./prepare_assets.sh
|
||||||
|
|
||||||
# get go rice tool
|
# get go rice tool
|
||||||
- name: get go rice tool
|
- name: Get go rice tool
|
||||||
run: go get github.com/GeertJohan/go.rice/rice
|
run: go get github.com/GeertJohan/go.rice/rice
|
||||||
|
|
||||||
# run go rice embed
|
# run go rice embed
|
||||||
- name: run go rice embed
|
- name: Run go rice embed
|
||||||
run: ${HOME}/go/bin/rice embed-go
|
run: ${HOME}/go/bin/rice embed-go
|
||||||
|
|
||||||
# build and make the releases
|
# build and make the releases
|
||||||
- name: build and make the releases
|
- name: Build and make the releases
|
||||||
uses: wangyoucao577/go-release-action@master
|
uses: wangyoucao577/go-release-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue