fix workflow script for cli building and release (#3279)

This commit is contained in:
John Guo
2024-01-24 20:36:50 +08:00
committed by GitHub
parent e6d61e6e14
commit 81de5d3f25

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 all -s all
gf build main.go -n gf -a all -s all -p temp
- name: Move Files Before Release
run: |