Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit b280ec1

Browse files
committed
ADD list.txt
1 parent 8a48613 commit b280ec1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
name: macBuild
115115
path: export/release/macos/bin
116116

117+
# Notify Discord about build status
117118
notifyDiscord:
118119
name: 📣 Notify Discord
119120
runs-on: ubuntu-latest
@@ -124,6 +125,7 @@ jobs:
124125
env:
125126
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
126127
RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
128+
RELEASE_URL: https://github.com/${{ github.repository }}/releases/tag/v${{ github.run_id }}
127129
run: |
128130
STATUS_LINUX="${{ needs.buildLinux.result }}"
129131
STATUS_WIN="${{ needs.buildWindows.result }}"
@@ -145,7 +147,7 @@ jobs:
145147
COLOR=16711680
146148
fi
147149
148-
DESCRIPTION="$msg_linux\n$msg_win\n$msg_mac"
150+
DESCRIPTION="$msg_linux\n$msg_win\n$msg_mac\n\nRelease: [Download Builds]($RELEASE_URL)"
149151
150152
curl -H "Content-Type: application/json" \
151153
-X POST \

list.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)