From 602d6aa89ad52ab73cdfc7749ff64270a7af9f40 Mon Sep 17 00:00:00 2001 From: simonccc Date: Sun, 31 Aug 2025 21:36:31 +0100 Subject: [PATCH 1/2] fix --- .github/workflows/release.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c6bf4a3..7839612 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,10 @@ jobs: make - uses: ncipollo/release-action@v1 with: - artifacts: "dcled cpuload" + allowUpdates: true + makeLatest: true + artifacts: "dcled" bodyFile: "README.md" tag: "ghaction_rls" + name: "latest" From 3c1cf9d8e80df754b16d4cc2832414e0244108d1 Mon Sep 17 00:00:00 2001 From: simonccc Date: Sun, 31 Aug 2025 21:39:52 +0100 Subject: [PATCH 2/2] re-org --- {old/website => docs}/52_product_image.jpg | Bin {old => docs}/Original-README-MACOS.md | 0 {old => docs}/Original-README.md | 0 ...SB LED Message Board - Developer Manual v1.0.pdf | Bin {old/website => docs}/index.html | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {old/website => docs}/52_product_image.jpg (100%) rename {old => docs}/Original-README-MACOS.md (100%) rename {old => docs}/Original-README.md (100%) rename {old/website => docs}/USB LED Message Board - Developer Manual v1.0.pdf (100%) rename {old/website => docs}/index.html (100%) diff --git a/old/website/52_product_image.jpg b/docs/52_product_image.jpg similarity index 100% rename from old/website/52_product_image.jpg rename to docs/52_product_image.jpg diff --git a/old/Original-README-MACOS.md b/docs/Original-README-MACOS.md similarity index 100% rename from old/Original-README-MACOS.md rename to docs/Original-README-MACOS.md diff --git a/old/Original-README.md b/docs/Original-README.md similarity index 100% rename from old/Original-README.md rename to docs/Original-README.md diff --git a/old/website/USB LED Message Board - Developer Manual v1.0.pdf b/docs/USB LED Message Board - Developer Manual v1.0.pdf similarity index 100% rename from old/website/USB LED Message Board - Developer Manual v1.0.pdf rename to docs/USB LED Message Board - Developer Manual v1.0.pdf diff --git a/old/website/index.html b/docs/index.html similarity index 100% rename from old/website/index.html rename to docs/index.html