Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update release flow #54

Merged
merged 7 commits into from
May 13, 2020
Merged

Conversation

vincentbrison
Copy link
Contributor

Fix #51

@vincentbrison vincentbrison requested a review from sjcqs May 12, 2020 14:07
- name: Upload image description
uses: actions/upload-artifact@v2-preview
with:
path: desc/output/*.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You changed the extension to .md

Copy link
Contributor Author

@vincentbrison vincentbrison May 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that is the intention of c0bb788. As those files are in MD format, and are now commited on release, this will allow to display those files through github markdown renderer.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The generated files extension was changed but not the files uploaded.
Are there files which match desc/output/*.txt to upload ? If not, this should be replaced with desc/output/*.md or removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I forgot to remove this step. Now image descriptions will also be versioned so no need to attach them with release artifact.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good

@vincentbrison vincentbrison requested a review from sjcqs May 13, 2020 08:45
@vincentbrison vincentbrison merged commit f6123b2 into develop May 13, 2020
@vincentbrison vincentbrison deleted the feature/update_release_flow branch May 13, 2020 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants