Skip to content

Commit

Permalink
Add flatpak autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed May 8, 2022
1 parent 2c7b607 commit eac5847
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release
client-payload: '{"tag": "${{ steps.short-sha.outputs.sha }}"}'
- name: Inform Flatpak updater
uses: peter-evans/repository-dispatch@v1
with:
repository: NuclearPlayer/nuclear-nightly-flatpak
token: ${{ secrets.REPO_ACCESS_TOKEN }}
event-type: release
client-payload: '{"tag": "${{ steps.short-sha.outputs.sha }}"}'

mac_release:
runs-on: macOS-latest
Expand Down

0 comments on commit eac5847

Please sign in to comment.