File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments