1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-04 05:08:06 +02:00

degugging snap dirs

This commit is contained in:
Joseph Flinn 2021-01-09 00:07:34 +00:00
parent f68b736531
commit 095658dbed

View File

@ -248,6 +248,9 @@ jobs:
shell: pwsh
run: |
#./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION
Get-ChildItem dist
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