Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
TransparentLC committed Sep 3, 2023
1 parent b3035c1 commit fa6d602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
-nv \
-O realesrgan-ncnn-vulkan.zip \
"https://github.com/xinntao/Real-ESRGAN/releases/download/${REAL_ESRGAN_VERSION}/realesrgan-ncnn-vulkan-${REAL_ESRGAN_RELEASE_TIME}-${REAL_ESRGAN_PLATFORM}.zip"
unzip realesrgan-ncnn-vulkan.zip
unzip -o realesrgan-ncnn-vulkan.zip
rm -f realesrgan-ncnn-vulkan.zip input.jpg input2.jpg onepiece_demo.mp4
if [ $BUILD_OS == "macOS" ]; then
cp ../../../../README.md README_gui.md
Expand Down

0 comments on commit fa6d602

Please sign in to comment.