Add release script

This commit is contained in:
dalance 2019-10-07 20:41:16 +09:00
parent 349c3df257
commit 2f0aa3f76b

13
.github/workflows/release.yml vendored Normal file
View 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