From e75c2987abc2c8994cba48a0179408e8f2962d12 Mon Sep 17 00:00:00 2001 From: guage Date: Thu, 10 Oct 2024 11:23:31 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/')