1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-19 02:51:14 +02:00

debugging dist

This commit is contained in:
Joseph Flinn 2021-01-28 19:22:34 +00:00
parent a833b98419
commit e549fa389d

View File

@ -54,7 +54,7 @@ jobs:
snap: snap:
name: Publish Snap name: Deploy Snap
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: setup needs: setup
env: env:
@ -95,7 +95,7 @@ jobs:
choco: choco:
name: Publish Choco name: Deploy Choco
runs-on: windows-latest runs-on: windows-latest
needs: setup needs: setup
env: env:
@ -135,9 +135,10 @@ jobs:
run: | run: |
# In place of ./scripts/choco-update.ps1 # In place of ./scripts/choco-update.ps1
#New-Item -ItemType directory -Path ./dist New-Item -ItemType directory -Path ./dist
#Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist ls -atlh
cd ./dist Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist
cd dist
#choco push #choco push
- name: test - name: test