mirror of
https://github.com/telemt/telemt.git
synced 2026-05-22 19:51:43 +03:00
Uploading Binary as artifact in Github Actions
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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
|
||||||
Reference in New Issue
Block a user