cd.yaml: upload release binary as artifact
All checks were successful
Build && Deploy / cargo build (push) Successful in 8m35s
All checks were successful
Build && Deploy / cargo build (push) Successful in 8m35s
This commit is contained in:
parent
f4f5e13978
commit
2d1ed958b9
@ -9,3 +9,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user