1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-16 00:03:23 +00:00

creating the dist dir

This commit is contained in:
Joseph Flinn
2021-01-09 00:19:25 +00:00
parent 095658dbed
commit 8eeba9d741

View File

@@ -248,6 +248,7 @@ jobs:
shell: pwsh shell: pwsh
run: | run: |
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION #./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
New-Item -Path 'dist' -ItemType Directory
Get-ChildItem dist Get-ChildItem dist
Get-ChildItem dist\snap Get-ChildItem dist\snap