diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26bd6e4ae99..2d4874e5afc 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