1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-27 23:31:41 +02:00

fixing another path

This commit is contained in:
Joseph Flinn 2021-01-09 00:37:27 +00:00
parent cd82df05de
commit 05dbef39b0

View File

@ -254,7 +254,7 @@ jobs:
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
Get-ChildItem 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 dist\snap\snapcraft.yaml
cd dist\snap
Get-ChildItem