mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
ci updates
This commit is contained in:
8
.github/workflows/cli.yml
vendored
8
.github/workflows/cli.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
cd cmd/gf
|
||||
gf build main.go -n gf -a all -s all
|
||||
|
||||
- name: Move Files Before Release
|
||||
- name: Move Files Before Upx
|
||||
run: |
|
||||
cd cmd/gf/temp
|
||||
for OS in *;do for FILE in $OS/*;\
|
||||
@ -45,6 +45,12 @@ jobs:
|
||||
else mv $FILE gf_$OS && rm -rf $OS;\
|
||||
fi;done;done
|
||||
|
||||
- name: Move Files After Upx
|
||||
run: |
|
||||
cd cmd/gf/temp
|
||||
mv noupx/* ./ && rm -rf noupx
|
||||
ls -l
|
||||
|
||||
- name: Create Github Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
||||
Reference in New Issue
Block a user