File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2222 - name : Build binaries
2323 run : bash tool/build_linux.sh x64
2424
25+ - uses : actions/checkout@v3
2526 - name : Upload binary
2627 if : github.event_name == 'workflow_dispatch'
2728 uses : ./.github/actions/upload
4748 - name : Build binaries
4849 run : bash tool/build_linux.sh aarch64
4950
51+ - uses : actions/checkout@v3
5052 - name : Upload binary
5153 if : github.event_name == 'workflow_dispatch'
5254 uses : ./.github/actions/upload
Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ jobs:
129129 - name : Build binaries
130130 run : bash tool/build_linux.sh x64
131131
132+ - uses : actions/checkout@v3
132133 - name : Upload binary
133134 uses : ./.github/actions/upload
134135 with :
@@ -154,6 +155,7 @@ jobs:
154155 - name : Build binaries
155156 run : bash tool/build_linux.sh aarch64
156157
158+ - uses : actions/checkout@v3
157159 - name : Upload binary
158160 uses : ./.github/actions/upload
159161 with :
@@ -173,6 +175,7 @@ jobs:
173175 - name : Build binary
174176 run : bash tool/build_windows.sh x64
175177
178+ - uses : actions/checkout@v3
176179 - name : Upload binary
177180 uses : ./.github/actions/upload
178181 with :
@@ -192,6 +195,7 @@ jobs:
192195 - name : Build binary
193196 run : bash tool/build_macos.sh aarch64
194197
198+ - uses : actions/checkout@v3
195199 - name : Upload binary
196200 uses : ./.github/actions/upload
197201 with :
Original file line number Diff line number Diff line change 1515 - name : Build binary
1616 run : bash tool/build_windows.sh x64
1717
18+ - uses : actions/checkout@v3
1819 - name : Upload binary
1920 if : github.event_name == 'workflow_dispatch'
2021 uses : ./.github/actions/upload
You can’t perform that action at this time.
0 commit comments