diff options
Diffstat (limited to '.github')
-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 f945ec82c1..6ebaf02b04 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -362,6 +362,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 |