canonical / charming-actions

A collection of Github Actions for interaction with Charmhub, and validating Charmed Operator code
9 stars 22 forks source link

Support uploading multiple charm files #131

Closed sudeephb closed 9 months ago

sudeephb commented 9 months ago

In cases where charmcraft pack produces multiple charm files, this change enables the upload-charm action to upload and release them all, instead of just one of them.

Closes #106