Remove binary for sv-tests
This commit is contained in:
parent
4e0fc6df75
commit
36b271f5b0
29
.github/workflows/release.yml
vendored
29
.github/workflows/release.yml
vendored
@ -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 }}
|
BIN
bin/parse_sv
BIN
bin/parse_sv
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user