Skip to content

fix: did not send data #5

fix: did not send data

fix: did not send data #5

Workflow file for this run

name: build
on:
push:
branches:
- main
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-unknown-linux-gnu
- run: cargo build --release --target x86_64-unknown-linux-gnu
- uses: actions/upload-artifact@v3
with:
name: rtss-v2
path: target/x86_64-unknown-linux-gnu/release/rtss-v2