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