Skip to content

Commit

Permalink
Merge aebb1cb into 367e55e
Browse files Browse the repository at this point in the history
  • Loading branch information
deanomus authored Jul 6, 2021
2 parents 367e55e + aebb1cb commit a4cf88a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ jobs:
asset_path: ${{ env.path }}
asset_name: ${{ env.name }}
asset_content_type: application/java-archive

- name: Send telegram notification
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: ${{ env.name }} ${{ env.build }} successful finished. Released at ${{ steps.create_release.outputs.html_url }}

0 comments on commit a4cf88a

Please sign in to comment.