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
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get choco release asset
|
- name: Get choco release asset
|
||||||
uses: dsaltares/fetch-gh-release-asset@0.0.5
|
uses: Xotl/cool-github-releases@v1
|
||||||
with:
|
with:
|
||||||
version: tags/${{ env.TAG_VERSION }}
|
mode: download
|
||||||
file: bitwarden.${{ env.PKG_VERSION }}.nupkg
|
tag_name: ${{ env.TAG_VERSION }}
|
||||||
env:
|
assets: bitwarden.${{ env.PKG_VERSION }}.nupkg
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Chocolatey
|
- name: Setup Chocolatey
|
||||||
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
||||||
|
Loading…
Reference in New Issue
Block a user