From f68b736531be47ddf60c2ab23aad3f01a1415a2c Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 8 Jan 2021 23:55:01 +0000 Subject: [PATCH] fixing the path directory --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ba8375322..18b387d65b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,7 +249,7 @@ jobs: run: | #./scripts/snap-build.ps1 -version $env:PACKAGE_VERSION Copy-Item -Path stores\snap -Destination dist\snap - (Get-Content snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content snap\snapcraft.yaml + (Get-Content dist\snap\snapcraft.yaml).replace('__version__', ${{ env.PACKAGE_VERSION }}) | Set-Content snap\snapcraft.yaml cd dist\snap Get-ChildItem