Skip to content

Commit

Permalink
use make binary to replace go build
Browse files Browse the repository at this point in the history
  • Loading branch information
CMGS committed May 17, 2023
1 parent 28d74ad commit 8217929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- name: "Build binary"
run: |
go build
make binary
- uses: actions/upload-artifact@v3
with:
name: agent-ubuntu
path: agent
name: eru-agent-ubuntu
path: eru-agent

0 comments on commit 8217929

Please sign in to comment.