Change attachment type to path
This commit is contained in:
parent
a9d01c5907
commit
ddb173af46
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue