From cd82df05de45d7764feb56a87b8fac6495da23e2 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Sat, 9 Jan 2021 00:29:59 +0000 Subject: [PATCH] moving around the debugging --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfe9aa67c9..9ef831b42d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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