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 multiline
regnault.dev
5 months ago
1055f069
d5f0249b
0/1
build-publish.yaml
failed
1m 13s
+4
-2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+4
-2
.tangled/workflows/build-publish.yaml
reviewed
···
45
45
command: "cargo install --git https://github.com/NotNite/manifestation.git"
46
46
47
47
- name: "Create Manifestation config dir"
48
48
-
command: "mkdir -pv MANIFESTATION_CONFIG_DIR"
48
48
+
command: "mkdir -pv $MANIFESTATION_CONFIG_DIR"
49
49
50
50
- name: "Create Manifestation config"
51
51
-
command: "echo godot_path = $PWD/godotsteam/linux-352-editor.64\ngdweave_path = $PWD/GDWeave > MANIFESTATION_CONFIG_DIR/config.toml"
51
51
+
command: >
52
52
+
echo 'godot_path = $PWD/godotsteam/linux-352-editor.64
53
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"