mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
fixing the deploy
This commit is contained in:
parent
180752fd83
commit
36f57aea51
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
run: |
|
||||
echo "Hopefully this is temporary until release 0.0.6 of the fetch-gh-release-asset is released"
|
||||
mkdir dist
|
||||
mv bw_${{ env.PKG_VERSION }}_amd64.snap -t dist
|
||||
mv bw_${{ needs.setup.outputs.package_version }}_amd64.snap -t dist
|
||||
|
||||
- name: test
|
||||
run: ls -alht dist
|
||||
@ -75,6 +75,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Chocolatey
|
||||
if: false
|
||||
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
||||
env:
|
||||
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user