Skip to content

Commit 8a65b3e

Browse files
committed
Build client in github action
1 parent bc7bcc1 commit 8a65b3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,12 @@ jobs:
3838
run: nix build -L --no-link --keep-going '.?submodules=1#online-server.release.arm32.gcc'
3939
- name: Build Server Release Mingw2 GCC
4040
run: nix build -L --keep-going '.?submodules=1#online-server.release.mingw32.gcc' -o ${{ runner.temp }}/result/online-server.release.mingw32.gcc
41+
- name: Build Client Release MingwW64 GCC
42+
run: nix build -L --keep-going '.?submodules=1#online-client.release.mingwW64.gcc' -o ${{ runner.temp }}/result/online-client.release.mingwW64.gcc
4143
- name: Upload artifact
4244
uses: actions/upload-artifact@v4
4345
with:
4446
name: online-server-windows
4547
path: |
4648
${{ runner.temp }}/result/online-server.release.mingw32.gcc/bin
49+
${{ runner.temp }}/result/online-server.release.mingwW64.gcc/bin

0 commit comments

Comments
 (0)