Skip to content

Commit 8a9e750

Browse files
committed
Publish SteamRelease binary for win32
1 parent 91bb90e commit 8a9e750

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
run: cmake -T ${{ matrix.toolset }} -A Win32 -B build
2424
- name: Build
2525
run: cmake --build build -j $env:NUMBER_OF_PROCESSORS --config ${{ matrix.configuration }}
26+
- name: Publish Windows Release
27+
working-directory: build
28+
uses: actions/upload-artifact@v4
29+
with:
30+
name: Aura-Client-Win32-Release
31+
path: |
32+
SteamRelease/client.dll
33+
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2635

2736
build-linux-gcc:
2837
name: build-linux (gcc-${{ matrix.gcc-ver }}, ${{ matrix.configuration }})

0 commit comments

Comments
 (0)