0
0
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:
Refringe 2024-03-11 23:20:10 -04:00
parent a041e1fcd3
commit 86c59447f5
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -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: |