Skip to content

Commit b832788

Browse files
committed
fixes name
Signed-off-by: Yorgos Saslis <[email protected]>
1 parent af9808a commit b832788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY --from=builder /src/*.1 /builds/x86_64-apple-darwin/man/man1/
7373
# Create and compress reproducible archive.
7474
WORKDIR /builds
7575
RUN apk update && apk add --no-cache tar xz
76-
RUN find * -maxdepth 0 -type d -exec mv '{}' "radicle-$RADICLE_VERSION-{}" \; && \
76+
RUN find * -maxdepth 0 -type d -exec mv '{}' "radicle-http-api-$RADICLE_VERSION-{}" \; && \
7777
find * -maxdepth 0 -type d -exec tar \
7878
--sort=name \
7979
--verbose \

0 commit comments

Comments
 (0)