From 29c7a43a2346589fb375ef596f02a53dd1aba322 Mon Sep 17 00:00:00 2001 From: Khanh Ngo Date: Thu, 21 May 2020 22:17:47 +0700 Subject: [PATCH] Update Gitlab workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8cef28..71f8d55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: # build and make the releases - uses: wangyoucao577/go-release-action@master with: - pre_command: "go get github.com/GeertJohan/go.rice/rice && rice embed-go" + pre_command: "go get github.com/GeertJohan/go.rice/rice && ${GOPATH}/bin/rice embed-go" github_token: ${{ secrets.GITHUB_TOKEN }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }}