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:
parent
ea57b066f8
commit
b60d15a40a
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user