We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6f580 commit ffc850eCopy full SHA for ffc850e
1 file changed
.github/workflows/build_server.yml
@@ -2,7 +2,6 @@ name: Build Ballistica Server (Release)
2
3
on:
4
workflow_dispatch:
5
- push:
6
branches:
7
- main
8
@@ -37,7 +36,8 @@ jobs:
37
36
38
- name: Build BallisticaKit headless server in Release mode
39
run: CMAKE_BUILD_TYPE=Release make cmake-server-build
40
-
+ - name: List Builds
+ run: ls -R build/cmake/server-release/staged
41
- name: Upload built server artifact
42
uses: actions/upload-artifact@v4
43
with:
0 commit comments