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 \