Skip to content

Commit

Permalink
Change CUT_RELEASE_PR to BUILD_RELEASE for out-yml (#4214)
Browse files Browse the repository at this point in the history
Change CUT_RELEASE_PR to BUILD_RELEASE
  • Loading branch information
pierremtb authored Oct 18, 2024
1 parent 2dc8b42 commit cb8fc33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-publish-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
out/*-x86_64-linux.*
- uses: actions/upload-artifact@v3
if: ${{ env.CUT_RELEASE_PR == 'true' }}
if: ${{ env.BUILD_RELEASE == 'true' }}
with:
name: out-yml
path: |
Expand Down

0 comments on commit cb8fc33

Please sign in to comment.