chore: change download path
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user