mirror of https://github.com/telemt/telemt.git
Uploading Binary as artifact in Github Actions
This commit is contained in:
parent
fa4e2000a8
commit
d176766db2
|
|
@ -36,4 +36,10 @@ jobs:
|
||||||
${{ runner.os }}-cargo-
|
${{ runner.os }}-cargo-
|
||||||
|
|
||||||
- name: Build Release
|
- name: Build Release
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
|
||||||
|
- name: Upload binary artifact
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: telemt
|
||||||
|
path: target/release/telemt
|
||||||
Loading…
Reference in New Issue