Skip to content

Commit

Permalink
add notify
Browse files Browse the repository at this point in the history
  • Loading branch information
argrath committed Apr 11, 2024
1 parent 14d0197 commit d82abfb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,11 @@ jobs:
prerelease: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: package/nethack-370-win-x64.zip

- name: notify
uses: sarisia/actions-status-discord@v1
if: always()
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
with:
status: ${{ job.status }}

0 comments on commit d82abfb

Please sign in to comment.