mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:30:46 -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 }}
|
||||
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
|
||||
fi
|
||||
|
||||
- name: Download Client Module Package
|
||||
run: |
|
||||
@ -260,6 +261,7 @@ jobs:
|
||||
TAG=${{ needs.prepare.outputs.target_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
|
||||
fi
|
||||
|
||||
- name: Build Launcher
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user