diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d98e1c8..197459c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -22,11 +22,11 @@ jobs: go-version: '1.20' - name: Build - run: sh build.sh - - - name: Zip Folder - run: zip -r grs.zip dist/* - + run: | + go install github.com/go-bindata/go-bindata/...@latest + ./build.sh + zip -r grs.zip dist/* + - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')