mirror of
https://github.com/unraid/api.git
synced 2026-05-04 14:12:08 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user