mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-12 20:50:45 -05:00
Nightly Branch Updates
Updates nightly branches to build against v3.10.1.
This commit is contained in:
parent
f536197f21
commit
73a665ddf4
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -48,9 +48,9 @@ jobs:
|
|||||||
echo "Determining build context..."
|
echo "Determining build context..."
|
||||||
if [[ "$EVENT_NAME" == "schedule" ]]; then
|
if [[ "$EVENT_NAME" == "schedule" ]]; then
|
||||||
echo "is_nightly=true" >> $GITHUB_OUTPUT
|
echo "is_nightly=true" >> $GITHUB_OUTPUT
|
||||||
echo "branch_server=3.10.0-DEV" >> $GITHUB_OUTPUT
|
echo "branch_server=3.10.1-dev" >> $GITHUB_OUTPUT
|
||||||
echo "branch_modules=310-dev" >> $GITHUB_OUTPUT
|
echo "branch_modules=3.10.1-DEV" >> $GITHUB_OUTPUT
|
||||||
echo "branch_launcher=3.10.0-DEV" >> $GITHUB_OUTPUT
|
echo "branch_launcher=3.10.1-dev" >> $GITHUB_OUTPUT
|
||||||
echo "Context is nightly build"
|
echo "Context is nightly build"
|
||||||
else
|
else
|
||||||
echo "is_nightly=false" >> $GITHUB_OUTPUT
|
echo "is_nightly=false" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user