This commit is contained in:
parent
0b58ed9d22
commit
5692ba91ba
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user