We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a137c commit d0a82fbCopy full SHA for d0a82fb
.github/workflows/release-please.yml
@@ -51,6 +51,24 @@ jobs:
51
**/*.exe
52
**/*.snap
53
**/*.blockmap
54
+ publish-to-snapcraft:
55
+ name: Publish to Snapcraft
56
+ needs:
57
+ - publish
58
+ - release-please
59
+ runs-on: ubuntu-latest
60
+ steps:
61
+ - name: Download artifact
62
+ uses: actions/download-artifact@v3
63
+ with:
64
+ name: built-app-x64-linux
65
+ - name: Publish to Snapcraft
66
+ uses: snapcore/action-publish@v1
67
+ env:
68
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_LOGIN }}
69
70
+ snap: "*.snap"
71
+ release: stable
72
publish-to-winget:
73
name: Publish to WinGet
74
needs:
0 commit comments