Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
camchenry authored Mar 6, 2020
1 parent ec4ad27 commit 3d0945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cargo build --release --verbose
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
if: github.ref == 'master' && matrix.rust == 'stable'
if: github.ref == 'refs/heads/master' && matrix.rust == 'stable'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
Expand Down

0 comments on commit 3d0945b

Please sign in to comment.