From c8b67c61a447dcaec3d44ba3ede07338ceb18f75 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Sat, 9 Jan 2021 00:47:16 +0000 Subject: [PATCH] switching around and trying again --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26bd6e4..2d4874e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,10 +248,11 @@ jobs: shell: pwsh run: | #./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION - New-Item -Path 'dist' -ItemType Directory - Get-ChildItem dist + + #New-Item -Path 'dist' -ItemType Directory Copy-Item -Path stores\snap -Destination dist\snap -Recurse + Get-ChildItem dist Get-ChildItem dist\snap (Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content dist\snap\snapcraft.yaml