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 7fdaea7 commit 93624f1
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: core-ubuntu
path: core
name: eru-core-ubuntu
path: eru-core

0 comments on commit 93624f1

Please sign in to comment.