Update release script to upload doxygen artifact for release-candidate branch (#571)

pull/495/head^2
Archit Aggarwal 4 years ago committed by GitHub
parent 6b0c4ea233
commit 82036163f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ jobs:
libs_parent_dir_path: FreeRTOS-Plus/Source,FreeRTOS-Plus/Source/AWS,FreeRTOS-Plus/Source/Application-Protocols
generate_zip: true
- name: Upload doxygen artifact if main branch
if: success() && github.ref == 'refs/heads/main'
if: success() && ( github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release-candidate' )
env:
GIT_SHA:
uses: actions/upload-artifact@v2

Loading…
Cancel
Save