Skip to content

Commit

Permalink
Merge branch 'main' into user_interface
Browse files Browse the repository at this point in the history
  • Loading branch information
deanomus committed Aug 10, 2021
2 parents 8f8e375 + 8ece017 commit 296740d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ 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 }}
disable_web_page_preview: true
message: ${{ env.name }} ${{ env.build }} successful finished. Released at ${{ steps.create_release.outputs.html_url }}

0 comments on commit 296740d

Please sign in to comment.