Change attachment type to path

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

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

Loading…
Cancel
Save