this repo has no description

i swear it should work now

Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/build-publish.yaml
··· 45 45 command: "mkdir manifestation_config" 46 46 47 47 - name: "Add GodotSteam to manifestation config" 48 - command: "echo \"godot_path = ${PWD}/godotsteam/linux-352-editor.64\" > manifestation_config/config.toml" 48 + command: "echo godot_path = \"${PWD}/godotsteam/linux-352-editor.64\" > manifestation_config/config.toml" 49 49 - name: "Add GDWeave to manifestation config" 50 - command: "echo \"gdweave_path = ${PWD}/GDWeave\" >> manifestation_config/config.toml" 50 + command: "echo gdweave_path = \"${PWD}/GDWeave\" >> manifestation_config/config.toml" 51 51 52 52 - name: "Run manifestation" 53 53 command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"