From f89786f9f7131b63d4e318389162dbd1bbcbc8cb Mon Sep 17 00:00:00 2001 From: Joe Lombrozo Date: Thu, 8 Dec 2022 10:57:47 -0500 Subject: [PATCH] fix it more betterly --- Earthfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 03277f9..ca95be2 100644 --- a/Earthfile +++ b/Earthfile @@ -84,7 +84,9 @@ build-binaries: release-binaries: FROM alpine:${ALPINE_VERSION} - COPY +build-binaries/_dist . + COPY . /src + WORKDIR /src + COPY +build-binaries/_dist dist # install github cli RUN FILE=ghcli.tgz \