diff options
| -rw-r--r-- | .github/workflows/build.yaml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a422c73391..a128bfdbe7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -353,6 +353,7 @@ jobs:        BUGSPLAT_USER: ${{ secrets.BUGSPLAT_USER }}        BUGSPLAT_PASS: ${{ secrets.BUGSPLAT_PASS }}      needs: build +    if: needs.build.outputs.configuration == 'Release'      runs-on: ubuntu-latest      steps:        - name: Download viewer exe | 
