Skip to content

fix release file names to match install script expectations #297

fix release file names to match install script expectations

fix release file names to match install script expectations #297

Workflow file for this run

name: validate
on:
push:
branches:
- "**"
jobs:
validate:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: cargo clippy --quiet
- name: Style Check
run: cargo fmt --check