Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Jan 24, 2022
1 parent 624eae8 commit 280aaa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: GoFrame CLI CI

on:
push:
# Sequence of patterns matched against refs/tags
Expand All @@ -24,7 +26,7 @@ jobs:
echo "Building linux amd64 binary..."
GOOS=linux GOARCH=amd64 go build gf/main.go
chmod +x main
main install -y
./main install -y
# gf build
- name: Build all platform gf binary
Expand Down

0 comments on commit 280aaa8

Please sign in to comment.