From 4931daa7f1a6ed6afbd62da418e2970b1d1b9d46 Mon Sep 17 00:00:00 2001 From: Rustem Mussabekov Date: Mon, 20 Jan 2025 13:58:24 +0300 Subject: [PATCH] Publish arm64 to snap --- .github/workflows/linux.yml | 10 +++++++++- build/config.js | 2 +- webapp | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 589d284..a4ee3ef 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -30,10 +30,18 @@ jobs: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} run: npm run build:linux -- --publish never - - name: publish + - name: publish amd64 uses: snapcore/action-publish@v1 env: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_EXPORT }} with: snap: "${{ github.workspace }}/dist/Raindrop-amd64.snap" + release: stable + + - name: publish arm64 + uses: snapcore/action-publish@v1 + env: + SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_EXPORT }} + with: + snap: "${{ github.workspace }}/dist/Raindrop-arm64.snap" release: stable \ No newline at end of file diff --git a/build/config.js b/build/config.js index f1689ed..ac804e0 100644 --- a/build/config.js +++ b/build/config.js @@ -94,7 +94,7 @@ exports.default = ()=>({ executableName: 'raindrop', icon: 'build/linux', category: 'GNOME;GTK;Network;Education;Science', - target: ['AppImage', 'tar.gz', 'deb', 'rpm', 'snap', 'flatpak'], + target: ['snap'], desktop: { StartupWMClass: 'Raindrop.io', MimeType: 'x-scheme-handler/rnio' diff --git a/webapp b/webapp index 3c7ad1e..8681f2f 160000 --- a/webapp +++ b/webapp @@ -1 +1 @@ -Subproject commit 3c7ad1eabc134f7576398e2473f7a746ff240cca +Subproject commit 8681f2faca50bb35b90f4343633936ac2d27b1bd