We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0463f commit 819bf18Copy full SHA for 819bf18
.github/workflows/docker-image.yml
@@ -23,6 +23,7 @@ jobs:
23
docker create --name extract-container my-image-name:latest
24
25
# Copy the binary from the container
26
+ mkdir -p ./output
27
docker cp extract-container:/root/Mergen/build/lifter ./output/lifter
28
29
# Remove the container
0 commit comments