this repo has no description

Cat fix

Changed files
+1 -1
.tangled
workflows
+1 -1
.tangled/workflows/build-publish.yaml
··· 48 48 command: "mkdir -pv MANIFESTATION_CONFIG_DIR" 49 49 50 50 - name: "Create Manifestation config" 51 - command: "echo \"godot_path=$PWD/godotsteam/linux-352-editor.64\ngdweave_path=$PWD/GDWeave\" > MANIFESTATION_CONFIG_DIR/config.toml" 51 + command: "echo godot_path = $PWD/godotsteam/linux-352-editor.64\ngdweave_path = $PWD/GDWeave > MANIFESTATION_CONFIG_DIR/config.toml" 52 52 53 53 - name: "Run manifestation" 54 54 command: "~/.cargo/bin/manifestation ./manifestation.toml"