mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:30:46 -05:00
Reference the job, not the step, for the build type
This commit is contained in:
parent
ea57b066f8
commit
b60d15a40a
@ -525,7 +525,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: R2 Upload
|
- name: R2 Upload
|
||||||
if: steps.determine-build-type.outputs.build_type == 'release'
|
if: needs.prepare.outputs.build_type == 'release'
|
||||||
run: |
|
run: |
|
||||||
SPT_VERSION=${{ needs.prepare.outputs.spt_version }}
|
SPT_VERSION=${{ needs.prepare.outputs.spt_version }}
|
||||||
CLIENT_VERSION=${{ needs.prepare.outputs.client_version }}
|
CLIENT_VERSION=${{ needs.prepare.outputs.client_version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user