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
try
regnault.dev
5 months ago
a08f4ca5
5b42416b
0/1
build-publish.yaml
failed
1m 15s
+6
-6
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build-publish.yaml
+6
-6
.tangled/workflows/build-publish.yaml
reviewed
···
25
25
steps:
26
26
# GODOTSTEAM
27
27
- name: "Get GodotSteam"
28
28
-
command: "wget https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip"
28
28
+
command: "wget -nv https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip"
29
29
- name: "Unzip GodotSteam"
30
30
command: "unzip godotsteam.zip -d godotsteam"
31
31
- name: "Make GodotSteam executable"
···
33
33
34
34
# GDWEAVE
35
35
- name: "Get GDWeave"
36
36
-
command: "wget https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip"
36
36
+
command: "wget -nv https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip"
37
37
- name: "Unzip GDWeave"
38
38
command: "unzip gdweave.zip"
39
39
40
40
# MANIFESTATION
41
41
-
# - name: "Install Manifestation"
42
42
-
# command: "cargo install --git https://github.com/NotNite/manifestation.git"
41
41
+
- name: "Install Manifestation"
42
42
+
command: "cargo install --git https://github.com/NotNite/manifestation.git"
43
43
44
44
- name: "Create Manifestation config dir"
45
45
command: "mkdir manifestation_config"
···
52
52
- name: "LOG"
53
53
command: "cat manifestation_config/config.toml"
54
54
55
55
-
# - name: "Run manifestation"
56
56
-
# command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"
55
55
+
- name: "Run manifestation"
56
56
+
command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"