Change attachment type to path

pull/1/head
erik 10 months ago
parent a9d01c5907
commit ddb173af46

@ -232,7 +232,7 @@ class ArtifactDeploymentApi:
def add_asset_to_release(
self,
api_endpoint_url: str,
attachment: str,
attachment: Path,
attachment_type: str,
token: str,
):

Loading…
Cancel
Save