this repo has no description

no env

Changed files
+4 -7
.tangled
workflows
+4 -7
.tangled/workflows/build-publish.yaml
··· 40 40 # MANIFESTATION 41 41 - name: "Install Manifestation" 42 42 command: "cargo install --git https://github.com/NotNite/manifestation.git" 43 - 44 - - name: "Set MANIFESTATION_CONFIG_DIR" 45 - command: "MANIFESTATION_CONFIG_DIR=${pwd}/manifestation_config" 46 43 47 44 - name: "Create Manifestation config dir" 48 - command: "mkdir -pv $MANIFESTATION_CONFIG_DIR" 45 + command: "mkdir manifestation_config" 49 46 50 47 - name: "Add GodotSteam to manifestation config" 51 - command: "echo \"godot_path = ${PWD}/godotsteam/linux-352-editor.64\" > $MANIFESTATION_CONFIG_DIR/config.toml" 48 + command: "echo \"godot_path = ${PWD}/godotsteam/linux-352-editor.64\" > manifestation_config/config.toml" 52 49 - name: "Add GDWeave to manifestation config" 53 - command: "echo \"gdweave_path = ${$PWD}/GDWeave\" >> $MANIFESTATION_CONFIG_DIR/config.toml" 50 + command: "echo \"gdweave_path = ${$PWD}/GDWeave\" >> manifestation_config/config.toml" 54 51 55 52 - name: "Run manifestation" 56 - command: "~/.cargo/bin/manifestation ./manifestation.toml" 53 + command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"