Skip to content

Commit 819bf18

Browse files
committed
😐
1 parent fd0463f commit 819bf18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
docker create --name extract-container my-image-name:latest
2424
2525
# Copy the binary from the container
26+
mkdir -p ./output
2627
docker cp extract-container:/root/Mergen/build/lifter ./output/lifter
2728
2829
# Remove the container

0 commit comments

Comments
 (0)