diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a9b51b47422..d125cc2bf22a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -88,6 +88,8 @@ jobs: uses: actions/checkout@v3 - name: 📦 Build Snap uses: snapcore/action-build@v1 + with: + path: packages/ - name: 🆙 Publish Snap uses: snapcore/action-publish@v1 env: diff --git a/snap/snapcraft.yaml b/packages/snap/snapcraft.yaml similarity index 92% rename from snap/snapcraft.yaml rename to packages/snap/snapcraft.yaml index dfa1fd7c1fa4..f4d96d6fa4b1 100644 --- a/snap/snapcraft.yaml +++ b/packages/snap/snapcraft.yaml @@ -14,12 +14,12 @@ website: https://prql-lang.org/ license: Apache-2.0 grade: devel # must be 'stable' to release into candidate/stable channels confinement: strict -icon: website/themes/prql-theme/static/icon.svg +icon: ../web/website/themes/prql-theme/static/icon.svg parts: prqlc: plugin: rust - source: . + source: .. rust-path: [prql-compiler/prqlc] apps: