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:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user