diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ebf3644d3..1852c7ed7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 }}