Skip to content

disallow invasion mode games from being posted on server list #16

disallow invasion mode games from being posted on server list

disallow invasion mode games from being posted on server list #16

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --release
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: serverlistplus-rust-api
path: target/release/serverlistplus-rust-api
retention-days: 14