0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 14:50:44 -05:00

Reference the job, not the step, for the build type

This commit is contained in:
Refringe 2024-04-26 00:37:32 -04:00
parent ea57b066f8
commit b60d15a40a
Signed by: Refringe
GPG Key ID: 7715B85B4A6306ED

View File

@ -525,7 +525,7 @@ jobs:
shell: bash
- name: R2 Upload
if: steps.determine-build-type.outputs.build_type == 'release'
if: needs.prepare.outputs.build_type == 'release'
run: |
SPT_VERSION=${{ needs.prepare.outputs.spt_version }}
CLIENT_VERSION=${{ needs.prepare.outputs.client_version }}