Skip to content

Commit 93624f1

Browse files
committed
use make binary to replace go build
1 parent 7fdaea7 commit 93624f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/binary.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919

2020
- name: "Build binary"
2121
run: |
22-
go build
22+
make binary
2323
2424
- uses: actions/upload-artifact@v3
2525
with:
26-
name: core-ubuntu
27-
path: core
26+
name: eru-core-ubuntu
27+
path: eru-core

0 commit comments

Comments
 (0)