Skip to content

Commit 695ccc0

Browse files
committed
ci: Upload windows build artifacts
1 parent 39b6560 commit 695ccc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
run: |
2929
.\tools\cmdline\axmol -p win32 -a x64
3030
.\tools\cmdline\axmol run -p win32 -a x64 -xb '--target,unit-tests'
31+
- uses: actions/upload-artifact@v4
32+
with:
33+
name: windows_x64
34+
path: |
35+
build_x64/bin/cpp-tests/**/*
3136
win32-dll:
3237
runs-on: windows-latest
3338
steps:

0 commit comments

Comments
 (0)