this repo has no description

log test

Changed files
+4 -1
.tangled
workflows
+4 -1
.tangled/workflows/build-publish.yaml
··· 25 26 steps: 27 - name: "Log" 28 - command: "ls" 29 30 # GODOTSTEAM 31 - name: "Get GodotSteam" ··· 40 command: "wget -nv https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip" 41 - name: "Unzip GDWeave" 42 command: "unzip gdweave.zip" 43 44 # MANIFESTATION 45 - name: "Install Manifestation"
··· 25 26 steps: 27 - name: "Log" 28 + command: "whoami && id" 29 30 # GODOTSTEAM 31 - name: "Get GodotSteam" ··· 40 command: "wget -nv https://github.com/NotNite/GDWeave/releases/download/v2.0.14/GDWeave.zip -O gdweave.zip" 41 - name: "Unzip GDWeave" 42 command: "unzip gdweave.zip" 43 + 44 + # Setup home dir 45 + 46 47 # MANIFESTATION 48 - name: "Install Manifestation"