Akulij 9b6579327d
Some checks failed
Build && Deploy / cargo build (push) Failing after 5s
cd.yaml: delete toolchain installation to test if it's builtin
2025-05-03 23:32:24 +03:00

16 lines
394 B
YAML

name: Build && Deploy
on: [push]
jobs:
test:
name: cargo build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --release --target x86_64-unknown-linux-gnu
- name: Upload Release Binary
uses: actions/upload-artifact@v3
with:
name: botrunner
path: target/x86_64-unknown-linux-gnu/release/gongbotrs