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