Update go.yml

This commit is contained in:
guage 2024-10-10 11:23:31 +08:00 committed by GitHub
parent 9374344372
commit e75c2987ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/')