Remove binary for sv-tests

This commit is contained in:
dalance 2019-10-25 17:05:33 +09:00
parent 4e0fc6df75
commit 36b271f5b0
3 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
name: Release
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: |
cargo build --release --example parse_sv
cp target/release/examples/parse_sv bin/parse_sv
- name: Commit
uses: EndBug/add-and-commit@v2.1.0
with:
author_name: dalance
author_email: dalance@gmail.com
message: "Update bin"
path: "./bin"
pattern: "*"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

Binary file not shown.