Originally created by @GerardoGR on GitHub (Sep 26, 2020).
For convenience it would be nice to have the pre-built binaries in the Github release assets.
I've seen that there is **Release** github action for uploading the asset, but this doesn't get triggered:
```
- name: Release
uses: Shopify/upload-to-release@1.0.0
if: startsWith(github.ref, 'refs/tags/')
with:
name: bitwarden_rs-${{ matrix.db-backend }}-${{ matrix.target }}${{ matrix.ext }}
path: target/${{ matrix.target }}/release/bitwarden_rs${{ matrix.ext }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @GerardoGR on GitHub (Sep 26, 2020).
For convenience it would be nice to have the pre-built binaries in the Github release assets.
I've seen that there is Release github action for uploading the asset, but this doesn't get triggered: