From 1ae2620e7e8e7615730e7513d2e7f0c1ff95f8cd Mon Sep 17 00:00:00 2001 From: DaanSelen Date: Mon, 30 Mar 2026 13:16:33 +0200 Subject: [PATCH] chore: change download path --- .gitea/workflows/cross-compile.yaml | 2 ++ README.md | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/cross-compile.yaml b/.gitea/workflows/cross-compile.yaml index 4993880..86442fc 100644 --- a/.gitea/workflows/cross-compile.yaml +++ b/.gitea/workflows/cross-compile.yaml @@ -136,6 +136,7 @@ jobs: uses: actions/download-artifact@v3 with: name: linux-bin + path: ./bin - name: Setup the Go programming language uses: actions/setup-go@v6 @@ -188,6 +189,7 @@ jobs: uses: actions/download-artifact@v3 with: name: windows-bin + path: ./bin - name: Setup the Go programming language uses: actions/setup-go@v6 diff --git a/README.md b/README.md index 0ddecea..0bc105b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# patchworks +# PatchWorks + +## Inner workings + +The binary is made by compiling the Meshbook Python project into a binary and then using that to update Linux machines. +This project serves as some kind of wrapper around that. Tool to update Systemec Thinclients remotely and en mass \ No newline at end of file