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

Updates Nightly Branch Target

The nightly branch will now build off of the next planned release, branch `3.8.1-DEV`.
This commit is contained in:
Refringe 2024-04-04 15:05:55 -04:00
parent 5e2fc1c2fa
commit af5ae78081
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -33,9 +33,9 @@ jobs:
echo "Determining build context..."
if [[ "${{ github.event_name }}" == "schedule" ]]; then
echo "::set-output name=is_nightly::true"
echo "::set-output name=branch_server::3.8.0"
echo "::set-output name=branch_modules::3.8.0"
echo "::set-output name=branch_launcher::3.8.0"
echo "::set-output name=branch_server::3.8.1-DEV"
echo "::set-output name=branch_modules::3.8.1-DEV"
echo "::set-output name=branch_launcher::3.8.1-DEV"
else
echo "::set-output name=is_nightly::false"
fi