bevy-santa/.forgejo/workflows/build.yml
Crizomb 59714ef15e
Some checks failed
Build Bevy Game (Linux) / build (push) Failing after 4s
test CI/CD 7
2025-12-23 19:18:12 +01:00

22 lines
481 B
YAML

name: Build Bevy Game (Linux)
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: docker
container:
image: git.rufous-trench.ts.net/crizomb/forgejo-action-rust-bevy:deb13-node20
steps:
- uses: actions/checkout@v4
- name: Build Bevy game (release)
run: cargo build --release
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
with:
name: bevy-linux-release
path: target/release/