this repo has no description

test multiline

Changed files
+4 -2
.tangled
workflows
+4 -2
.tangled/workflows/build-publish.yaml
··· 45 command: "cargo install --git https://github.com/NotNite/manifestation.git" 46 47 - name: "Create Manifestation config dir" 48 - command: "mkdir -pv MANIFESTATION_CONFIG_DIR" 49 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" 52 53 - name: "Run manifestation" 54 command: "~/.cargo/bin/manifestation ./manifestation.toml"
··· 45 command: "cargo install --git https://github.com/NotNite/manifestation.git" 46 47 - name: "Create Manifestation config dir" 48 + command: "mkdir -pv $MANIFESTATION_CONFIG_DIR" 49 50 - name: "Create Manifestation config" 51 + command: > 52 + echo 'godot_path = $PWD/godotsteam/linux-352-editor.64 53 + gdweave_path = $PWD/GDWeave' > $MANIFESTATION_CONFIG_DIR/config.toml 54 55 - name: "Run manifestation" 56 command: "~/.cargo/bin/manifestation ./manifestation.toml"