From 6790a53e557c715f4c6d9944f6786e6c0ed9db99 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Thu, 21 May 2020 22:40:30 +0700 Subject: [PATCH] Update Gitlab workflow --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f99ffc..d3dd502 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}