mirror of
https://github.com/bitwarden/cli
synced 2025-12-16 00:03:23 +00:00
fixing the path directory
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -249,7 +249,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
||||||
Copy-Item -Path stores\snap -Destination dist\snap
|
Copy-Item -Path stores\snap -Destination dist\snap
|
||||||
(Get-Content 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
|
||||||
Get-ChildItem
|
Get-ChildItem
|
||||||
|
|||||||
Reference in New Issue
Block a user