Skip to content

Commit 356d8a6

Browse files
committed
Build client in github action, fix upload
1 parent 8a65b3e commit 356d8a6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ jobs:
4646
name: online-server-windows
4747
path: |
4848
${{ runner.temp }}/result/online-server.release.mingw32.gcc/bin
49-
${{ runner.temp }}/result/online-server.release.mingwW64.gcc/bin
49+
- name: Upload client artifact
50+
uses: actions/upload-artifact@v4
51+
with:
52+
name: online-client-windows
53+
path: |
54+
${{ runner.temp }}/result/online-client.release.mingwW64.gcc/bin

0 commit comments

Comments
 (0)