Skip to content
Snippets Groups Projects

Ingest

All threads resolved!
Merged Ghost User requested to merge ingest into main
All threads resolved!
Compare and Show latest version
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -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}
Loading