mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-12 05:11:29 +03:00
Fixes issue with broken builds
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
Copy-Item -Path ./backend/public -Recurse -Destination ./build/youtubedl-material
|
Copy-Item -Path ./backend/public -Recurse -Destination ./build/youtubedl-material
|
||||||
Copy-Item -Path ./backend/subscriptions -Recurse -Destination ./build/youtubedl-material
|
Copy-Item -Path ./backend/subscriptions -Recurse -Destination ./build/youtubedl-material
|
||||||
Copy-Item -Path ./backend/video -Recurse -Destination ./build/youtubedl-material
|
Copy-Item -Path ./backend/video -Recurse -Destination ./build/youtubedl-material
|
||||||
Copy-Item -Path ./backend/users -Recurse -Destination ./build/youtubedl-material
|
New-Item -Path ./build/youtubedl-material -Name users -ItemType Directory
|
||||||
Copy-Item -Path ./backend/*.js -Destination ./build/youtubedl-material
|
Copy-Item -Path ./backend/*.js -Destination ./build/youtubedl-material
|
||||||
Copy-Item -Path ./backend/*.json -Destination ./build/youtubedl-material
|
Copy-Item -Path ./backend/*.json -Destination ./build/youtubedl-material
|
||||||
- name: upload build artifact
|
- name: upload build artifact
|
||||||
|
|||||||
Reference in New Issue
Block a user