@@ -196,12 +196,12 @@ jobs:
196
196
uses : thedoctor0/zip-release@master
197
197
with :
198
198
type : " zip"
199
- filename : Dantotsu_Linux_ ${{github.ref_name}}.zip
199
+ filename : Dartotsu_Linux_ ${{github.ref_name}}.zip
200
200
directory : build/linux/x64/release/bundle
201
201
- name : Release Linux Zip
202
202
uses : softprops/action-gh-release@master
203
203
with :
204
- files : build/linux/x64/release/bundle/Dantotsu_Linux_ ${{github.ref_name}}.zip
204
+ files : build/linux/x64/release/bundle/Dartotsu_Linux_ ${{github.ref_name}}.zip
205
205
build_ios :
206
206
runs-on : macos-latest
207
207
permissions :
@@ -353,7 +353,7 @@ jobs:
353
353
354
354
- name : Send message to Discord
355
355
env :
356
- DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
356
+ DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_RELEASE_URL }}
357
357
run : |
358
358
default_color="#1ac4c5"
359
359
hex_to_decimal() { printf '%d' "0x${1#"#"}"; }
@@ -372,7 +372,7 @@ jobs:
372
372
--arg timestamp "$(date -u +%Y-%m-%dT%H:%M:%S.000Z)" \
373
373
--argjson embed_color "$embed_color" \
374
374
'{
375
- "content": "<@>",
375
+ "content": "<@&1298977336124903457 >",
376
376
"embeds": [
377
377
{
378
378
"title": "New App Version Dropped 🔥",
@@ -396,9 +396,9 @@ jobs:
396
396
397
397
- name : Send message to Telegram
398
398
env :
399
- TELEGRAM_BOT_TOKEN : ${{ secrets.TELEGRAM_BOT_TOKEN }}
400
- TELEGRAM_CHAT_ID : ${{ secrets.TELEGRAM_CHAT_ID }}
401
- TELEGRAM_TOPIC : ${{ secrets.TELEGRAM_TOPIC }}
399
+ TELEGRAM_BOT_TOKEN : ${{ secrets.TELEGRAM_BOT_TOKKEN }}
400
+ TELEGRAM_CHAT_ID : ${{ secrets.TELEGRAM_CHANNEL_ID }}
401
+ TELEGRAM_TOPIC : ${{ secrets.TELEGRAM_TOPIC_ANNOUNCEMENT }}
402
402
run : |
403
403
# Extract Features, Fixes, and Chores into separate files (with cleaning)
404
404
echo "**🚀 Features**" > TFeatures.txt
@@ -476,7 +476,7 @@ jobs:
476
476
LINKS=$(cat asset_links.txt | sort)
477
477
478
478
# Initialize the message
479
- MESSAGE="**Dantotsu ${{github.ref_name}} Downloads:**\n\n"
479
+ MESSAGE="**Dartotsu ${{github.ref_name}} Downloads:**\n\n"
480
480
481
481
# Loop through each link and format them
482
482
while IFS= read -r LINK; do
@@ -501,7 +501,7 @@ jobs:
501
501
echo "MESSAGE=$MESSAGE" >> $GITHUB_ENV
502
502
- name : Send message to Discord
503
503
env :
504
- DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_URL }}
504
+ DISCORD_WEBHOOK_URL : ${{ secrets.DISCORD_WEBHOOK_RELEASE_URL }}
505
505
MESSAGE : ${{ env.MESSAGE }}
506
506
run : |
507
507
# Send the message to Discord using the webhook
@@ -511,9 +511,9 @@ jobs:
511
511
$DISCORD_WEBHOOK_URL
512
512
- name : Send message to Telegram
513
513
env :
514
- TELEGRAM_BOT_TOKEN : ${{ secrets.TELEGRAM_BOT_TOKEN }}
515
- TELEGRAM_CHAT_ID : ${{ secrets.TELEGRAM_CHAT_ID }}
516
- TELEGRAM_TOPIC : ${{ secrets.TELEGRAM_TOPIC }}
514
+ TELEGRAM_BOT_TOKEN : ${{ secrets.TELEGRAM_BOT_TOKKEN }}
515
+ TELEGRAM_CHAT_ID : ${{ secrets.TELEGRAM_CHANNEL_ID }}
516
+ TELEGRAM_TOPIC : ${{ secrets.TELEGRAM_TOPIC_ANNOUNCEMENT }}
517
517
518
518
MESSAGE : ${{ env.MESSAGE }}
519
519
run : |
0 commit comments