0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 09:50: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: on:
schedule: schedule:
- cron: '* 13 * * *' # Every day at 3pm ET - cron: '* 13 * * *' # Every day at 2pm ET
push: push:
# main can be removed when actions are available in the sub-project repos # main can be removed when actions are available in the sub-project repos
branches: [ main, trigger ] branches: [ main, trigger ]
@ -39,7 +39,7 @@ jobs:
echo "::set-output name=branch_launcher::3.8.0" echo "::set-output name=branch_launcher::3.8.0"
else else
echo "::set-output name=is_nightly::false" 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 fi
shell: bash shell: bash
@ -693,5 +693,6 @@ jobs:
curl -H "Content-Type: application/json" \ curl -H "Content-Type: application/json" \
-X POST \ -X POST \
--data-binary @payload_discord.json \ --data-binary @payload_discord.json \
-v \
$DISCORD_WEBHOOK_URL $DISCORD_WEBHOOK_URL
shell: bash shell: bash