mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 08:13:21 +00:00
moving around the debugging
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -250,9 +250,10 @@ jobs:
|
|||||||
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
||||||
New-Item -Path 'dist' -ItemType Directory
|
New-Item -Path 'dist' -ItemType Directory
|
||||||
Get-ChildItem dist
|
Get-ChildItem dist
|
||||||
|
|
||||||
|
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
|
||||||
Get-ChildItem dist\snap
|
Get-ChildItem dist\snap
|
||||||
|
|
||||||
Copy-Item -Path stores\snap -Destination dist\snap
|
|
||||||
(Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content snap\snapcraft.yaml
|
(Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content snap\snapcraft.yaml
|
||||||
|
|
||||||
cd dist\snap
|
cd dist\snap
|
||||||
|
|||||||
Reference in New Issue
Block a user