diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3938b2f..33cd363 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} +