From ddb173af46c94c5d7abf39f0dcd6923f01696482 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Aug 2023 12:10:47 +0200 Subject: [PATCH] Change attachment type to path --- src/main/python/ddadevops/infrastructure/infrastructure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/python/ddadevops/infrastructure/infrastructure.py b/src/main/python/ddadevops/infrastructure/infrastructure.py index 48959c2..ed80da0 100644 --- a/src/main/python/ddadevops/infrastructure/infrastructure.py +++ b/src/main/python/ddadevops/infrastructure/infrastructure.py @@ -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, ):