Browse Source

fixing another path

pull/207/head
Joseph Flinn 5 years ago
parent
commit
05dbef39b0
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -254,7 +254,7 @@ jobs: @@ -254,7 +254,7 @@ jobs:
Copy-Item -Path stores\snap -Destination dist\snap -Recurse
Get-ChildItem dist\snap
(Get-Content dist\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 dist\snap\snapcraft.yaml
cd dist\snap
Get-ChildItem

Loading…
Cancel
Save