mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-23 19:49:56 +01:00
ci: publish to snapcraft manually
This commit is contained in:
5
.github/workflows/desktop.publish.yml
vendored
5
.github/workflows/desktop.publish.yml
vendored
@@ -110,3 +110,8 @@ jobs:
|
||||
# macOS notarization API key
|
||||
API_KEY_ID: ${{ secrets.api_key_id }}
|
||||
API_KEY_ISSUER_ID: ${{ secrets.api_key_issuer_id }}
|
||||
|
||||
- name: Publish on Snapcraft
|
||||
if: startsWith(matrix.os, 'ubuntu')
|
||||
run: snapcraft upload --release=stable ./dist/notesnook_linux_amd64.snap
|
||||
working-directory: ./apps/web/desktop
|
||||
|
||||
@@ -152,12 +152,6 @@
|
||||
"provider": "github",
|
||||
"repo": "notesnook",
|
||||
"owner": "streetwriters"
|
||||
},
|
||||
{
|
||||
"provider": "snapStore",
|
||||
"repo": "notesnook",
|
||||
"channels": "stable",
|
||||
"publishAutoUpdate": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user