fix: prepare run build config directory

This commit is contained in:
npc0-hue
2026-08-26 08:55:13 +08:00
parent 3f493bb78c
commit 31eda4f67f
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -486,6 +486,7 @@ if [ "$COMPONENT_KIND" = "run" ]; then
find /workspace/source -mindepth 1 -maxdepth 1 ! -name pax_global_header -exec cp -R {} /workspace/build/run-source/ \;
progress 34 'env_check: injecting run build metadata'
seed_b64="$(base64 /workspace/input/workspace-seed.json | tr -d '\n')"
mkdir -p /workspace/build/run-source/config
cat > /workspace/build/run-source/config/workspace_seed_generated.go <<EOF
package config