Compare commits

..

No commits in common. "3d9f1228cc3aa89fea4b32a89549bd64956e85ca" and "4b4ce03a3b9381617c1519ab1de8425b77ecf6d6" have entirely different histories.

View File

@ -13,8 +13,10 @@ jobs:
toolchain: stable toolchain: stable
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: cargo build --release --target x86_64-unknown-linux-gnu - run: cargo build --release --target x86_64-unknown-linux-gnu
- run: |
ls target/x86_64-unknown-linux-gnu/release
- name: Upload Release Binary - name: Upload Release Binary
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: botrunner name: botrunner
path: target/x86_64-unknown-linux-gnu/release/gongbotrs path: target/x86_64-unknown-linux-gnu/release/gongbot