Skip to content

Commit

Permalink
ci(ai): ensure latest tag ai release (#3143)
Browse files Browse the repository at this point in the history
* ci(ai): ensure latest tag binary release

This commit ensure that for the AI branch a latest binry is created to
improve the install workflow in the docs.
  • Loading branch information
rickstaa authored Aug 19, 2024
1 parent 09a9ab0 commit 60e082e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
# Create temporary latest url for the 'ai-video' branch.
# TODO: Once 'ai-video' is merged into the main branch, this section should be removed.
- name: Upload release archives to latest url
if: startsWith(github.ref, 'refs/tags/') && github.ref_name == 'ai-video' && env.current_tag == env.highest_tag
if: startsWith(github.ref, 'refs/tags/') && contains(github.ref, '-ai.')
uses: google-github-actions/upload-cloud-storage@v2
with:
path: "releases"
Expand Down

0 comments on commit 60e082e

Please sign in to comment.