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

@ -34,3 +34,9 @@ jobs:
- 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