Skip to content

Commit

Permalink
Update Gitlab workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoduykhanh committed May 21, 2020
1 parent 6a7d6e5 commit 216d790
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: wireguard-ui build release

on:
release:
types: [created]
Expand Down Expand Up @@ -36,15 +38,15 @@ jobs:
./prepare_assets.sh
# 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 rice embed
- name: run go rice embed
- name: Run go rice embed
run: ${HOME}/go/bin/rice embed-go

# build and make the releases
- name: build and make the releases
- name: Build and make the releases
uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 216d790

Please sign in to comment.