Skip to content
Snippets Groups Projects
Commit 03ddd66a authored by Brian Lewis's avatar Brian Lewis
Browse files

Try to get rid of directories in result zip

parent edc53c78
No related branches found
Tags 0.5.0
2 merge requests!2Ingest different DRS formats,!1Ingest
Pipeline #17400 canceled
......@@ -54,7 +54,9 @@ zip:
before_script:
- apk add zip
script:
- zip ${LINUX_AMD64_ZIP} target/release/${BINARY_NAME}
# prevents these directories from showing up in the resulting zip
- cd target/release
- zip ${LINUX_AMD64_ZIP} ${BINARY_NAME}
artifacts:
paths:
- ${LINUX_AMD64_ZIP}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment