We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15c7f1 commit a2fe706Copy full SHA for a2fe706
.github/workflows/release.yml
@@ -55,12 +55,12 @@ jobs:
55
fi
56
57
- name: Upload Binary to Release (Tag Only)
58
- if: startsWith(github.ref, 'refs/tags/')
59
uses: svenstaro/upload-release-action@v2
60
with:
61
repo_token: ${{ secrets.GITHUB_TOKEN }}
62
file: target/${{ matrix.rust-target }}/release/${{ matrix.asset-name }}
63
asset_name: ${{ matrix.asset-name }}
+ draft: false
64
tag: ${{ github.ref }}
65
overwrite: true
66
0 commit comments