From 52b35bf1e577ce49893d6f1140b05630d56e2dc7 Mon Sep 17 00:00:00 2001 From: hyuna Date: Tue, 3 Dec 2024 09:23:17 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20ci/cd=EA=B5=AC=EC=B6=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..a91e02d --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./PiCK2024_FRONT_v2/* ./output +cp -R ./output ./PiCK2024_FRONT_v2/ \ No newline at end of file