Skip to content

Commit 62c0e19

Browse files
committed
Fix build
1 parent 0868e97 commit 62c0e19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cross-build:
5050
WITH DOCKER
5151
RUN --mount=$EARTHLY_RUST_CARGO_HOME_CACHE --mount=$EARTHLY_RUST_TARGET_CACHE cross build --target $TARGET --release
5252
END
53-
DO rust+COPY_OUTPUT --output="*" # Keep all the files that don't have any extension.
53+
DO rust+COPY_OUTPUT --output=".*" # Copies all files to ./target
5454
RUN ./target/$TARGET/release/atomic-server --version
5555
SAVE ARTIFACT ./target/$TARGET/release/atomic-server AS LOCAL artifact/bin/atomic-server-$TARGET
5656

0 commit comments

Comments
 (0)