mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
fixing another path
This commit is contained in:
parent
cd82df05de
commit
05dbef39b0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user