feature/v2.4.0-rc4 (#2578)

* v2.4.0-rc3

* v2.4.0-rc4
This commit is contained in:
John Guo
2023-04-12 22:01:24 +08:00
committed by GitHub
parent 5bbec48679
commit 32a7f6a0f0
6 changed files with 68 additions and 18 deletions

View File

@ -34,7 +34,7 @@ jobs:
- name: Build CLI Binary For All Platform
run: |
cd cmd/gf
gf build main.go -n gf -a amd64,386 -s windows,linux,darwin
gf build main.go -n gf -a all -s all
- name: Move Files Before Release
run: |