Skip to content

Commit 67d349e

Browse files
committed
chore: upload web components to subfolders
1 parent e1d6ae2 commit 67d349e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,17 @@ jobs:
327327
cd ${{ github.workspace }}
328328
pnpm install --frozen-lockfile --filter @unraid/connect-plugin
329329
330+
- name: Download Unraid UI Components
331+
uses: actions/download-artifact@v4
332+
with:
333+
name: unraid-wc-ui
334+
path: ${{ github.workspace }}/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components/uui
335+
merge-multiple: true
330336
- name: Download Unraid Web Components
331337
uses: actions/download-artifact@v4
332338
with:
333-
pattern: unraid-wc-*
334-
path: ./plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components
339+
pattern: unraid-wc-rich
340+
path: ${{ github.workspace }}/plugin/source/dynamix.unraid.net/usr/local/emhttp/plugins/dynamix.my.servers/unraid-components/nuxt
335341
merge-multiple: true
336342
- name: Download Unraid API
337343
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)