From 13aa5393425198783e0c019780198e36900ee309 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Wed, 4 Sep 2019 22:44:35 +0200 Subject: [PATCH] Fix README some more --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9778d50..6ebbdf2 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ on: - '*' jobs: - build: + publish: name: Publish for ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: @@ -83,7 +83,7 @@ jobs: rust-version: stable - uses: actions/checkout@v1 - name: Build - run: cargo build --release + run: cargo build --release --locked - name: Upload binaries to release uses: svenstaro/upload-release-action@v1-release with: