fix: update artifact path and manifest validation logic

- Changed the artifact path in the GitHub Actions workflow to point to the new standalone apps directory.
- Enhanced the manifest file validation to include support for standalone.manifest.json, allowing for more flexible manifest file requirements.
This commit is contained in:
Eli Bosley
2025-08-30 21:03:15 -04:00
parent 85b250eb80
commit a1d91a0b4d
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: unraid-wc-rich
path: web/.nuxt/nuxt-custom-elements/dist/unraid-components
path: web/.nuxt/standalone-apps
build-plugin-staging-pr:
name: Build and Deploy Plugin