Skip to content

Commit

Permalink
Publish arm64 to snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustem Mussabekov committed Jan 20, 2025
1 parent 907dbbd commit 4931daa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4931daa

Please sign in to comment.