Skip to content

Commit

Permalink
Make a formal release of v1.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Aug 8, 2020
1 parent b6e1c69 commit 663be08
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/release/*
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}

build-unix:
runs-on: ${{ matrix.os }}
Expand All @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/release/*
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}

build-windows:
runs-on: windows-latest
Expand All @@ -87,4 +87,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: build/release/*
fail_on_unmatched_files: true
prerelease: ${{ contains(github.ref, '-') }}
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 663be08

Please sign in to comment.