mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 05:10:47 -05:00
Missing fi's
This commit is contained in:
parent
a041e1fcd3
commit
86c59447f5
@ -193,6 +193,7 @@ jobs:
|
|||||||
TAG=${{ needs.prepare.outputs.target_tag }}
|
TAG=${{ needs.prepare.outputs.target_tag }}
|
||||||
echo "Cloning modules from tag $TAG"
|
echo "Cloning modules from tag $TAG"
|
||||||
git clone https://dev.sp-tarkov.com/SPT-AKI/Modules.git --branch "$TAG" --depth 1 /workspace/refringe/Build/modules
|
git clone https://dev.sp-tarkov.com/SPT-AKI/Modules.git --branch "$TAG" --depth 1 /workspace/refringe/Build/modules
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Download Client Module Package
|
- name: Download Client Module Package
|
||||||
run: |
|
run: |
|
||||||
@ -260,6 +261,7 @@ jobs:
|
|||||||
TAG=${{ needs.prepare.outputs.target_tag }}
|
TAG=${{ needs.prepare.outputs.target_tag }}
|
||||||
echo "Cloning launcher from tag $TAG"
|
echo "Cloning launcher from tag $TAG"
|
||||||
git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch "$TAG" --depth 1 /workspace/refringe/Build/launcher
|
git clone https://dev.sp-tarkov.com/SPT-AKI/Launcher.git --branch "$TAG" --depth 1 /workspace/refringe/Build/launcher
|
||||||
|
fi
|
||||||
|
|
||||||
- name: Build Launcher
|
- name: Build Launcher
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user