This commit is contained in:
parent
0b58ed9d22
commit
5692ba91ba
@ -34,3 +34,9 @@ jobs:
|
||||
- name: Build binary
|
||||
run: |
|
||||
/root/.cargo/bin/cargo build --release
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: |
|
||||
README.md
|
||||
target/release/mycelium
|
||||
Loading…
x
Reference in New Issue
Block a user