mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
debugging dist
This commit is contained in:
parent
a833b98419
commit
e549fa389d
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
|
||||
snap:
|
||||
name: Publish Snap
|
||||
name: Deploy Snap
|
||||
runs-on: ubuntu-latest
|
||||
needs: setup
|
||||
env:
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
|
||||
|
||||
choco:
|
||||
name: Publish Choco
|
||||
name: Deploy Choco
|
||||
runs-on: windows-latest
|
||||
needs: setup
|
||||
env:
|
||||
@ -135,9 +135,10 @@ jobs:
|
||||
run: |
|
||||
# In place of ./scripts/choco-update.ps1
|
||||
|
||||
#New-Item -ItemType directory -Path ./dist
|
||||
#Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist
|
||||
cd ./dist
|
||||
New-Item -ItemType directory -Path ./dist
|
||||
ls -atlh
|
||||
Move-Item -Path bitwarden-cli.${{ env.PKG_VERSION }}.nupkg -Destination ./dist
|
||||
cd dist
|
||||
#choco push
|
||||
|
||||
- name: test
|
||||
|
Loading…
Reference in New Issue
Block a user