Akulij 43f450d15d
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled
change list
2025-05-03 23:19:43 +03:00

19 lines
504 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/x86_64-unknown-linux-gnu/release
- name: Upload Release Binary
uses: actions/upload-artifact@v3
with:
name: botrunner
path: target/x86_64-unknown-linux-gnu/release/gongbot