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:
parent
5e2fc1c2fa
commit
af5ae78081
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user