Update .gitea/workflows/release.yml
Some checks failed
/ release (push) Failing after 52s

This commit is contained in:
Benjamyn Love 2025-03-20 22:28:45 -04:00
parent 0b58ed9d22
commit 5692ba91ba

View File

@ -33,4 +33,10 @@ jobs:
rustup toolchain install stable-x86_64-unknown-linux-gnu rustup toolchain install stable-x86_64-unknown-linux-gnu
- name: Build binary - name: Build binary
run: | run: |
/root/.cargo/bin/cargo build --release /root/.cargo/bin/cargo build --release
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
README.md
target/release/mycelium