We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df54749 commit baf1f9bCopy full SHA for baf1f9b
src/bitdrift_public/protobuf/client/v1/artifact.proto
@@ -9,5 +9,5 @@ message FileArtifact {
9
// to reference this file artifact in logs.
10
string id = 1 [(validate.rules).string = {min_len: 1}];
11
12
- byte contents = 2;
+ bytes contents = 2;
13
}
0 commit comments