tangled
alpha
login
or
join now
regnault.dev
/
webfishing-atproto
8
fork
atom
this repo has no description
8
fork
atom
overview
issues
pulls
pipelines
test
regnault.dev
5 months ago
5b42416b
0135475c
1/1
build-publish.yaml
success
4s
+2
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+2
-2
.tangled/workflows/build-publish.yaml
reviewed
···
45
45
command: "mkdir manifestation_config"
46
46
47
47
- name: "Add GodotSteam to manifestation config"
48
48
-
command: "echo godot_path = \"${PWD}/godotsteam/linux-352-editor.64\" > manifestation_config/config.toml"
48
48
+
command: "echo godot_path = \\\"${PWD}/godotsteam/linux-352-editor.64\\\" > manifestation_config/config.toml"
49
49
- name: "Add GDWeave to manifestation config"
50
50
-
command: "echo gdweave_path = \"${PWD}/GDWeave\" >> manifestation_config/config.toml"
50
50
+
command: "echo gdweave_path = \\\"${PWD}/GDWeave\\\" >> manifestation_config/config.toml"
51
51
52
52
- name: "LOG"
53
53
command: "cat manifestation_config/config.toml"