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" 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