Skip to content

Commit

Permalink
Discord integration for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 13, 2024
1 parent b047ec6 commit ddd1e4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,14 @@ jobs:
BUTLER_API_KEY: ${{ secrets.BUTLER_API_KEY }}
run: |
"$RUNNER_TEMP/butler" push build/Windows "jspahrsummers/Merc:windows"
post-on-discord:
needs: [build-mac, build-windows]
runs-on: ubuntu-latest

steps:
- uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
content: |
New build available! Get it from: https://jspahrsummers.itch.io/merc

0 comments on commit ddd1e4d

Please sign in to comment.