This commit is contained in:
parent
994f451f6a
commit
cdd27a7f86
1 changed files with 0 additions and 0 deletions
22
build.yml
22
build.yml
|
|
@ -1,22 +0,0 @@
|
|||
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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue