Uploading Binary as artifact in Github Actions

This commit is contained in:
Alexey
2026-04-06 11:17:15 +03:00
parent fa4e2000a8
commit d176766db2

View File

@@ -36,4 +36,10 @@ jobs:
${{ runner.os }}-cargo-
- 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