File tree 3 files changed +0
-7
lines changed
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build binaries
23
23
run : bash tool/build_linux.sh x64
24
24
25
- - uses : actions/checkout@v3
26
25
- name : Upload binary
27
26
if : github.event_name == 'workflow_dispatch'
28
27
uses : ./.github/actions/upload
48
47
- name : Build binaries
49
48
run : bash tool/build_linux.sh aarch64
50
49
51
- - uses : actions/checkout@v3
52
50
- name : Upload binary
53
51
if : github.event_name == 'workflow_dispatch'
54
52
uses : ./.github/actions/upload
Original file line number Diff line number Diff line change @@ -129,7 +129,6 @@ jobs:
129
129
- name : Build binaries
130
130
run : bash tool/build_linux.sh x64
131
131
132
- - uses : actions/checkout@v3
133
132
- name : Upload binary
134
133
uses : ./.github/actions/upload
135
134
with :
@@ -155,7 +154,6 @@ jobs:
155
154
- name : Build binaries
156
155
run : bash tool/build_linux.sh aarch64
157
156
158
- - uses : actions/checkout@v3
159
157
- name : Upload binary
160
158
uses : ./.github/actions/upload
161
159
with :
@@ -175,7 +173,6 @@ jobs:
175
173
- name : Build binary
176
174
run : bash tool/build_windows.sh x64
177
175
178
- - uses : actions/checkout@v3
179
176
- name : Upload binary
180
177
uses : ./.github/actions/upload
181
178
with :
@@ -195,7 +192,6 @@ jobs:
195
192
- name : Build binary
196
193
run : bash tool/build_macos.sh aarch64
197
194
198
- - uses : actions/checkout@v3
199
195
- name : Upload binary
200
196
uses : ./.github/actions/upload
201
197
with :
Original file line number Diff line number Diff line change 15
15
- name : Build binary
16
16
run : bash tool/build_windows.sh x64
17
17
18
- - uses : actions/checkout@v3
19
18
- name : Upload binary
20
19
if : github.event_name == 'workflow_dispatch'
21
20
uses : ./.github/actions/upload
You can’t perform that action at this time.
0 commit comments