mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-05 12:02:41 -05:00
The upload step in the job uses the output of two prior steps as its condition. One of the jobs itself is a conditional job, so if the primary condition is not met, the secondary output is not set and the fromJSON call will fail. Using a string comparison allows the check to still work as expected (as the output will be an empty string otherwise)