From 6b17296139e933f618c21f749f0b163bd85063d0 Mon Sep 17 00:00:00 2001 From: ChiaraBm Date: Sun, 8 Jun 2025 16:52:57 +0200 Subject: [PATCH] Fixed formatting in workflow. Fixed invalid image link in readme --- .github/workflows/publish-dev-packages.yml | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish-dev-packages.yml b/.github/workflows/publish-dev-packages.yml index 8cd79ab5..3ba05b60 100644 --- a/.github/workflows/publish-dev-packages.yml +++ b/.github/workflows/publish-dev-packages.yml @@ -11,8 +11,9 @@ jobs: steps: - name: Clean up Environment - run: rm -rf ./* - rm -rf ./.??* + run: | + rm -rf ./* + rm -rf ./.??* - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 12389781..3063e486 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Logo + Logo

Moonlight Panel

@@ -42,7 +42,7 @@ Version 2.1 is a complete rewrite of the Moonlight Panel, bringing significant i * **Enhanced Extensibility**: More powerful plugin system and theming capabilities. * **Modern Tech Stack**: Leveraging .NET Core, Docker, and Blazor WebAssembly for a smooth experience. -For a detailed overview, check out our [v2.1 Article](https://moonlightpanel.dev/articles/1). +For a detailed overview, check out our [v2.1 Article](https://moonlightpanel.dev/article/1). --- @@ -86,5 +86,6 @@ the [CC0 1.0 Universal License](https://github.com/Moonlight-Panel/Moonlight/blo * **ChiaraBm**: Core development for v2.1 * **Dannyx**: Grammar checks (and translations in v1). * **Jesper**: Developer of the Moonlight Marketplace +* **Spielepapagei**: Github Actions and CI/CD workflows A full list of contributors can be found [here](https://github.com/Moonlight-Panel/Moonlight/graphs/contributors). \ No newline at end of file