You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make this option possible, we need to attach additional binary asset files to GitHub release page from git tags.
In our actions we are using action-gh-releases... but after reading documentation of it, it's not support to attach from multiple GitHub Action files to single releases.
To make it possible, I recommended to switch to upload-release-assets.
what features not compatible of upload-release-assets to action-gh-releases?
If you think it's not good enough to use for the project, you can let me know so I can avoid further change.
To split CONTINUOUS DEPLOYMENT GitHub Actions for each Target Architecture.
Benefits can be imagined:
*: can be easily add/delete action file
Cons can be imagined:
For more information, there is discussion in GitHub Community also available
Note
Inspired from issue in #695 (comment)
The text was updated successfully, but these errors were encountered: