Compare commits

...

2 Commits

Author SHA1 Message Date
Akulij
2d1ed958b9 cd.yaml: upload release binary as artifact
All checks were successful
Build && Deploy / cargo build (push) Successful in 8m35s
2025-05-03 22:46:45 +03:00
Akulij
f4f5e13978 fix cd.yaml: build release target, instead of debug 2025-05-03 22:43:25 +03:00

View File

@ -8,4 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --target x86_64-unknown-linux-gnu
- 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/gongbot