Skip to content

Commit

Permalink
ci: Update the Sparkle archives on successful main builds (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jun 27, 2024
1 parent 7673cdf commit 35dc452
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,17 @@ jobs:
with:
path: build/build-*.zip
if-no-files-found: error

sparkle-update:
needs: macos-build
if: ${{ github.ref == 'refs/heads/main' }}

runs-on: ubuntu-latest
steps:

- name: Update Sparkle archives
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets._GITHUB_ACCESS_TOKEN }}
repository: inseven/sparkle-archives
event-type: build

0 comments on commit 35dc452

Please sign in to comment.