Change CUT_RELEASE_PR to BUILD_RELEASE for out-yml (#4214)

Change CUT_RELEASE_PR to BUILD_RELEASE
This commit is contained in:
Pierre Jacquier
2024-10-18 09:46:12 -07:00
committed by GitHub
parent 2dc8b429ff
commit cb8fc33adb

View File

@ -211,7 +211,7 @@ jobs:
out/*-x86_64-linux.* out/*-x86_64-linux.*
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
if: ${{ env.CUT_RELEASE_PR == 'true' }} if: ${{ env.BUILD_RELEASE == 'true' }}
with: with:
name: out-yml name: out-yml
path: | path: |