this repo has no description

try

Changed files
+6 -6
.tangled
workflows
+6 -6
.tangled/workflows/build-publish.yaml
··· 25 25 steps: 26 26 # GODOTSTEAM 27 27 - name: "Get GodotSteam" 28 - command: "wget https://codeberg.org/godotsteam/godotsteam/releases/download/v3.21/linux64-g352-s158-gs321.zip -O godotsteam.zip" 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 - command: "wget https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip" 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 - # - name: "Install Manifestation" 42 - # command: "cargo install --git https://github.com/NotNite/manifestation.git" 41 + - name: "Install Manifestation" 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 - # - name: "Run manifestation" 56 - # command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml" 55 + - name: "Run manifestation" 56 + command: "MANIFESTATION_CONFIG_DIR=$PWD/manifestation_config ~/.cargo/bin/manifestation ./manifestation.toml"