Skip to content

Commit 1f63627

Browse files
committed
cd: bundle the weight file for linux build
Signed-off-by: Jack Lau <[email protected]>
1 parent 3937105 commit 1f63627

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/review.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
echo ./OpenConverter >> src/build/run.sh
102102
cp src/resources/requirements.txt src/build/requirements.txt
103103
cp -r $BMF_ROOT_PATH src/build/
104+
(mkdir -p src/build/modules/weights &&
105+
cd src/build/modules/weights &&
106+
wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.5.0/realesr-animevideov3.pth)
104107
105108
# Step to package the build directory
106109
- name: Create tar.gz package

0 commit comments

Comments
 (0)