0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 17:10:45 -05:00

Verbose Logging for cURL

This commit is contained in:
Refringe 2024-03-23 15:11:58 -04:00
parent 648f5599c9
commit c243cc3ec5
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -2,7 +2,7 @@ name: SPT Release Build
on:
schedule:
- cron: '* 13 * * *' # Every day at 3pm ET
- cron: '* 13 * * *' # Every day at 2pm ET
push:
# main can be removed when actions are available in the sub-project repos
branches: [ main, trigger ]
@ -39,7 +39,7 @@ jobs:
echo "::set-output name=branch_launcher::3.8.0"
else
echo "::set-output name=is_nightly::false"
echo "::set-output name=target_tag::3.8.0-BEM-20240319"
echo "::set-output name=target_tag::3.8.0-BEM-20240323"
fi
shell: bash
@ -693,5 +693,6 @@ jobs:
curl -H "Content-Type: application/json" \
-X POST \
--data-binary @payload_discord.json \
-v \
$DISCORD_WEBHOOK_URL
shell: bash