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