1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

fixing the choco release asset grab

This commit is contained in:
Joseph Flinn 2021-05-12 10:53:20 -07:00
parent e2e41b7366
commit 7d959ffffb

View File

@ -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/