mirror of
https://github.com/telemt/telemt.git
synced 2026-06-19 02:00:08 +07:00
Uploading Binary as artifact in Github Actions
This commit is contained in:
@@ -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