mirror of
https://github.com/howmp/reality
synced 2025-02-23 10:32:18 +08:00
Update go.yml
This commit is contained in:
parent
9374344372
commit
e75c2987ab
10
.github/workflows/go.yml
vendored
10
.github/workflows/go.yml
vendored
@ -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/')
|
||||
|
Loading…
Reference in New Issue
Block a user