From 9d09f384ddc27b60e07e7f7042a0f7c64c33e77d Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Tue, 20 Aug 2024 20:45:19 +0200 Subject: [PATCH] Dateien nach "/" hochladen --- publish.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publish.sh b/publish.sh index 8ced144..95cfe30 100644 --- a/publish.sh +++ b/publish.sh @@ -5,8 +5,8 @@ pushd ./web_app rm -r -f dist npm run build popd -rm -r -f ./iopaint/web_app -cp -r web_app/dist ./iopaint/web_app +rm -r -f ./inpaint/web_app +cp -r web_app/dist ./inpaint/web_app rm -r -f dist python3 setup.py sdist bdist_wheel