Akulij 84ac12a98e
All checks were successful
Build && Deploy / cargo build (push) Successful in 5m4s
reorder to download toolchain before checkout
2025-05-03 23:12:16 +03:00

21 lines
523 B
YAML

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