Skip to content

Goals and fixes (Close #2) #84

Goals and fixes (Close #2)

Goals and fixes (Close #2) #84

Workflow file for this run

name: CI Build
env:
RELEASE_BIN: fs24bot3
on:
push:
jobs:
linux_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: bash ./fs24bot3/build-linux.bash
- uses: actions/upload-artifact@v3
with:
name: f24bot3-linux
path: ./releases