mirror of
https://github.com/howmp/reality
synced 2025-02-24 03:12: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'
|
go-version: '1.20'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: sh build.sh
|
run: |
|
||||||
|
go install github.com/go-bindata/go-bindata/...@latest
|
||||||
- name: Zip Folder
|
./build.sh
|
||||||
run: zip -r grs.zip dist/*
|
zip -r grs.zip dist/*
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
Reference in New Issue
Block a user