Change CUT_RELEASE_PR to BUILD_RELEASE for out-yml (#4214)
Change CUT_RELEASE_PR to BUILD_RELEASE
This commit is contained in:
@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user