1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-08 12:35:09 +02:00

moving around the debugging

This commit is contained in:
Joseph Flinn 2021-01-09 00:29:59 +00:00
parent 8eeba9d741
commit cd82df05de

View File

@ -250,9 +250,10 @@ jobs:
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
New-Item -Path 'dist' -ItemType Directory
Get-ChildItem dist
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
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
cd dist\snap