mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
fixing the choco release asset grab
This commit is contained in:
parent
e2e41b7366
commit
7d959ffffb
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@ -101,12 +101,12 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Get choco release asset
|
||||
uses: dsaltares/fetch-gh-release-asset@0.0.5
|
||||
uses: Xotl/cool-github-releases@v1
|
||||
with:
|
||||
version: tags/${{ env.TAG_VERSION }}
|
||||
file: bitwarden.${{ env.PKG_VERSION }}.nupkg
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
mode: download
|
||||
tag_name: ${{ env.TAG_VERSION }}
|
||||
assets: bitwarden.${{ env.PKG_VERSION }}.nupkg
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Setup Chocolatey
|
||||
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
||||
|
Loading…
Reference in New Issue
Block a user