mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
ci: confirm static directory placement in artifact package
Ensure the static directory is copied as a sibling to the rustfs binary in the artifact package, maintaining the proper directory structure for the application to locate its resources.
This commit is contained in:
@@ -60,7 +60,7 @@ jobs:
|
|||||||
# Create package
|
# Create package
|
||||||
mkdir -p ${ARTIFACT_NAME}
|
mkdir -p ${ARTIFACT_NAME}
|
||||||
cp "$bin_path" ${ARTIFACT_NAME}/rustfs
|
cp "$bin_path" ${ARTIFACT_NAME}/rustfs
|
||||||
cp -r static/* ${ARTIFACT_NAME}/
|
cp -r static ${ARTIFACT_NAME}/
|
||||||
zip -r ${ARTIFACT_NAME}.zip ${ARTIFACT_NAME}
|
zip -r ${ARTIFACT_NAME}.zip ${ARTIFACT_NAME}
|
||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user