Compare commits

..

No commits in common. "2d1ed958b95c25ee92f94a72806d5a7f4bfcc79c" and "dba7933c63f023784c848892ad44eeb6c0460690" have entirely different histories.

View File

@ -8,9 +8,4 @@ jobs:
steps:
- 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
- run: cargo build --target x86_64-unknown-linux-gnu