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
No known key found for this signature in database
1 changed files with 7 additions and 1 deletions

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