Replies: 3 comments
-
There isn't really a way to specify multiple content types. The complexity comes from the fact that |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could there not be a enhancement such as
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the best way (if there even is one?) to specify multiple
artifactContentType
s?For example:
Doesn't work of course - it sets the
content_type
toapplication/vnd.microsoft.portable-executable,application/zip
.The only way I can think of is to use multiple-steps for each file - but that seems like a less than ideal way.
Beta Was this translation helpful? Give feedback.
All reactions