Skip to content

Commit b64ce55

Browse files
committed
build: use go install for go-bindata
1 parent ab7b4c8 commit b64ce55

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ jobs:
6666
run: |
6767
RELEASE_VERSION=$(echo $GITHUB_REF | sed -nE 's!refs/tags/!!p')
6868
echo "::set-output name=release_version::$RELEASE_VERSION"
69+
- name: install-go-bindata
70+
run: go install github.com/go-bindata/go-bindata/go-bindata@latest
71+
env:
72+
GOPATH: /Users/runner/work/devspace/go
6973
- name: Check out code into the Go module directory
7074
uses: actions/checkout@v1
7175
- name: Download ui tar

0 commit comments

Comments
 (0)