Add release script
This commit is contained in:
parent
349c3df257
commit
2f0aa3f76b
13
.github/workflows/release.yml
vendored
Normal file
13
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Rust
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: juankaram/rust-musl-action@master
|
||||
- name: Build
|
||||
run: cargo build --target x86_64-unknown-linux-musl --release --example parse_sv
|
Loading…
x
Reference in New Issue
Block a user