Change attachment type to path

This commit is contained in:
erik 2023-08-16 12:10:47 +02:00
parent a9d01c5907
commit ddb173af46

View file

@ -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,
): ):