From eac5847c6bd76350027118196b4b0fb0a5a52f7e Mon Sep 17 00:00:00 2001 From: nukeop <12746779+nukeop@users.noreply.github.com> Date: Sun, 8 May 2022 02:15:23 +0200 Subject: [PATCH] Add flatpak autoupdate --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c198a030f3..927c4994e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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