mirror of
https://github.com/bitwarden/browser
synced 2025-01-05 23:20:31 +01:00
degugging snap dirs
This commit is contained in:
parent
f68b736531
commit
095658dbed
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user