Skip to content

Commit

Permalink
fix it more betterly
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Dec 8, 2022
1 parent 0c1cca8 commit f89786f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f89786f

Please sign in to comment.