[GH-ISSUE #1161] Store built binaries in the release assets #818

Closed
opened 2026-03-03 02:03:32 +03:00 by kerem · 0 comments
Owner

Originally created by @GerardoGR on GitHub (Sep 26, 2020).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1161

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 }}
Originally created by @GerardoGR on GitHub (Sep 26, 2020). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1161 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 }} ```
kerem 2026-03-03 02:03:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#818
No description provided.