Skip to content

Commit

Permalink
Merge pull request #31 from zapier/fix-cd
Browse files Browse the repository at this point in the history
fix it more betterly
  • Loading branch information
djeebus authored Dec 8, 2022
2 parents 0c1cca8 + f89786f commit 6fb5b3e
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 6fb5b3e

Please sign in to comment.