diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b6e455..d664174 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,4 +36,10 @@ jobs: ${{ runner.os }}-cargo- - name: Build Release - run: cargo build --release --verbose \ No newline at end of file + run: cargo build --release --verbose + + - name: Upload binary artifact + uses: actions/upload-artifact@v4 + with: + name: telemt + path: target/release/telemt \ No newline at end of file