mirror of https://github.com/telemt/telemt.git
Uploading Binary as artifact in Github Actions
This commit is contained in:
parent
fa4e2000a8
commit
d176766db2
|
|
@ -37,3 +37,9 @@ jobs:
|
|||
|
||||
- name: Build Release
|
||||
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