Skip to content

Commit ffc850e

Browse files
Update build_server.yml
1 parent ba6f580 commit ffc850e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Build Ballistica Server (Release)
22

33
on:
44
workflow_dispatch:
5-
push:
65
branches:
76
- main
87

@@ -37,7 +36,8 @@ jobs:
3736
3837
- name: Build BallisticaKit headless server in Release mode
3938
run: CMAKE_BUILD_TYPE=Release make cmake-server-build
40-
39+
- name: List Builds
40+
run: ls -R build/cmake/server-release/staged
4141
- name: Upload built server artifact
4242
uses: actions/upload-artifact@v4
4343
with:

0 commit comments

Comments
 (0)