feat: add actual upload
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-19 22:50:49 +01:00
parent a17dd2bd10
commit d35f5c8f22
18 changed files with 400 additions and 149 deletions

View File

@@ -18,7 +18,7 @@ message UploadArtifactResponse {
message CommitArtifactRequest {
string app = 1;
string branch = 2;
string folder = 3;
string upload_id = 3;
}
message CommitArtifactResponse {