mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-21 21:11:35 +01:00
fixing the path directory
This commit is contained in:
parent
1b6d1a52ae
commit
f68b736531
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -249,7 +249,7 @@ jobs:
|
||||
run: |
|
||||
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
|
||||
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
|
||||
Get-ChildItem
|
||||
|
Loading…
Reference in New Issue
Block a user