change list
Some checks failed
Build && Deploy / cargo build (push) Has been cancelled

This commit is contained in:
Akulij 2025-05-03 23:19:43 +03:00
parent 84ac12a98e
commit 43f450d15d

View File

@ -10,9 +10,7 @@ jobs:
- uses: actions/checkout@v4
- run: cargo build --release --target x86_64-unknown-linux-gnu
- run: |
ls target
ls target/*
ls target/*/release
ls target/x86_64-unknown-linux-gnu/release
- name: Upload Release Binary
uses: actions/upload-artifact@v3
with: