Skip to content

Add system to simstatus immediately after it was posted #8

Add system to simstatus immediately after it was posted

Add system to simstatus immediately after it was posted #8

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
- 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