mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update build.yml
This commit is contained in:
parent
01ee24c8cf
commit
3f570cce5e
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -50,3 +50,14 @@ jobs:
|
|||||||
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||||
username: GitHub Build Notifier
|
username: GitHub Build Notifier
|
||||||
if: startsWith(github.ref_name, 'test')
|
if: startsWith(github.ref_name, 'test')
|
||||||
|
|
||||||
|
- name: Send status to Discord
|
||||||
|
uses: stegzilla/discord-notify@v2
|
||||||
|
with:
|
||||||
|
webhook_url: ${{ secrets.discord_webhook_alphas }}
|
||||||
|
title: "Build #${{ github.run_number }} available!"
|
||||||
|
message: "**Branch:** ${{ github.ref_name }}\n**Download link:\n** https://github.com/dcs-retribution/dcs-retribution/actions/runs/${{ github.run_id }}"
|
||||||
|
include_image: true
|
||||||
|
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
|
||||||
|
username: GitHub Build Notifier
|
||||||
|
if: github.ref_name == 'dev'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user