Skip to content

feat: add adb push over USB #16

feat: add adb push over USB

feat: add adb push over USB #16

Workflow file for this run

name: Rust - Build
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build-release:
name: "build-release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
run: cargo build --release