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:
|
snap:
|
||||||
name: Publish Snap
|
name: Release Snap
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
@@ -256,7 +256,7 @@ jobs:
|
|||||||
uses: dsaltares/fetch-gh-release-asset@0.0.5
|
uses: dsaltares/fetch-gh-release-asset@0.0.5
|
||||||
with:
|
with:
|
||||||
version: tags/${{ env.TAG_VERSION }}
|
version: tags/${{ env.TAG_VERSION }}
|
||||||
name: bw-linux-${{ env.PACKAGE_VERSION }}.zip
|
file: bw-linux-${{ env.PACKAGE_VERSION }}.zip
|
||||||
env:
|
env:
|
||||||
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user