Skip to content

Commit

Permalink
fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcb committed Oct 31, 2020
1 parent 2458a7b commit 5fc65f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ release:
FROM node:13.10.1-alpine3.11
RUN npm install -g [email protected]
WORKDIR /release
COPY +secretshare/secretshare ./secretshare-linux-amd64
COPY +secretshare-linux/secretshare ./secretshare-linux-amd64
COPY +secretshare-darwin/secretshare ./secretshare-darwin-amd64
ARG RELEASE_TAG
ARG EARTHLY_GIT_HASH
Expand Down
Binary file modified build/darwin/amd64/secretshare
Binary file not shown.
Binary file modified build/linux/amd64/secretshare
Binary file not shown.

0 comments on commit 5fc65f7

Please sign in to comment.