0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-13 03:30:45 -05:00
I missed an s. This was all over an s.
This commit is contained in:
Refringe 2024-03-29 13:36:04 -04:00
parent 59225466eb
commit a2ee02a9f2
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -269,7 +269,7 @@ jobs:
with: with:
path: | path: |
/workspace/SPT-AKI/Build/server/project/build /workspace/SPT-AKI/Build/server/project/build
key: server-build-${{ steps.clone-server.output.server_commit }}-${{ needs.prepare.outputs.build_type }} key: server-build-${{ steps.clone-server.outputs.server_commit }}-${{ needs.prepare.outputs.build_type }}
- name: Build Server - name: Build Server
if: steps.cache-server-build.outputs.cache-hit != 'true' if: steps.cache-server-build.outputs.cache-hit != 'true'
@ -354,7 +354,7 @@ jobs:
with: with:
path: | path: |
/workspace/SPT-AKI/Build/modules/project/Build /workspace/SPT-AKI/Build/modules/project/Build
key: modules-build-${{ steps.clone-modules.output.modules_commit }} key: modules-build-${{ steps.clone-modules.outputs.modules_commit }}
- name: Build Modules - name: Build Modules
if: steps.cache-modules-build.outputs.cache-hit != 'true' if: steps.cache-modules-build.outputs.cache-hit != 'true'
@ -405,7 +405,7 @@ jobs:
with: with:
path: | path: |
/workspace/SPT-AKI/Build/launcher/project/Build /workspace/SPT-AKI/Build/launcher/project/Build
key: launcher-build-${{ steps.clone-launcher.output.launcher_commit }} key: launcher-build-${{ steps.clone-launcher.outputs.launcher_commit }}
- name: Build Launcher - name: Build Launcher
if: steps.cache-launcher-build.outputs.cache-hit != 'true' if: steps.cache-launcher-build.outputs.cache-hit != 'true'