mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
fix build
This commit is contained in:
@@ -29,9 +29,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Download Icons
|
- name: Download Icons
|
||||||
run: |
|
run: |
|
||||||
curl -sL "https://github.com/jxxghp/MoviePilot-Plugins/archive/refs/heads/main.zip" | busybox unzip -d / -
|
pwd
|
||||||
mv MoviePilot-Plugins-main/icons public/plugin_icon
|
curl -sL "https://github.com/jxxghp/MoviePilot-Plugins/archive/refs/heads/main.zip" | busybox unzip -d /tmp -
|
||||||
rm -rf MoviePilot-Plugins-main
|
mv /tmp/MoviePilot-Plugins-main/icons public/plugin_icon
|
||||||
|
rm -rf /tmp/MoviePilot-Plugins-main
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
id: build_frontend
|
id: build_frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user