Skip to content

Commit

Permalink
ci: Add snapcraft publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
ottnorml authored Oct 4, 2023
1 parent 69a137c commit d0a82fb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ jobs:
**/*.exe
**/*.snap
**/*.blockmap
publish-to-snapcraft:
name: Publish to Snapcraft
needs:
- publish
- release-please
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: built-app-x64-linux
- name: Publish to Snapcraft
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_LOGIN }}
with:
snap: "*.snap"
release: stable
publish-to-winget:
name: Publish to WinGet
needs:
Expand Down

0 comments on commit d0a82fb

Please sign in to comment.