mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
fixing asset fetch input
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -227,7 +227,7 @@ jobs:
|
||||
|
||||
|
||||
snap:
|
||||
name: Publish Snap
|
||||
name: Release Snap
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- setup
|
||||
@@ -256,7 +256,7 @@ jobs:
|
||||
uses: dsaltares/fetch-gh-release-asset@0.0.5
|
||||
with:
|
||||
version: tags/${{ env.TAG_VERSION }}
|
||||
name: bw-linux-${{ env.PACKAGE_VERSION }}.zip
|
||||
file: bw-linux-${{ env.PACKAGE_VERSION }}.zip
|
||||
env:
|
||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user