Upload the artifact because sure

This commit is contained in:
Mark Suckerberg
2025-12-30 19:22:46 -06:00
parent 1745899487
commit c2f0188174

View File

@@ -2,6 +2,10 @@ name: Build
on: on:
push: push:
branches:
- master
pull_request:
workflow_dispatch:
jobs: jobs:
build: build:
@@ -28,3 +32,10 @@ jobs:
mkdir build mkdir build
cmake -S . -B ./build -DSDL_UNIX_CONSOLE_BUILD=ON cmake -S . -B ./build -DSDL_UNIX_CONSOLE_BUILD=ON
make -C build make -C build
- name: Upload Artifact
uses: actions/upload-artifact@v6
with:
name: linux-build
path: build/snivy