Compare commits

...

2 Commits

Author SHA1 Message Date
Akulij
3d9f1228cc cd.yaml: fix path in upload-artifacts
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled
2025-05-03 23:29:32 +03:00
Akulij
bcfc36e5d0 cd.yaml: delete ls 2025-05-03 23:29:10 +03:00

View File

@ -13,10 +13,8 @@ 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/gongbot path: target/x86_64-unknown-linux-gnu/release/gongbotrs