Skip to content

Commit

Permalink
fix ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
skos-ninja committed Jul 9, 2021
1 parent 7dc9e43 commit cf8ca1c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Release
on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -42,9 +41,9 @@ jobs:

- name: Compile to binary
run: cargo install -f --path .

- name: Copy the binary
run: cp ~/.cargo/bin/grpc-build ./grpc-build
run: cp ~/.cargo/bin/grpc_build ./grpc-build

- name: Create Release
id: create_release
Expand Down

0 comments on commit cf8ca1c

Please sign in to comment.