From e2360012753d907f375fad02541eb2052db42517 Mon Sep 17 00:00:00 2001 From: HiImConan Date: Tue, 14 Nov 2023 22:04:49 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=EC=89=98=EC=8A=A4=ED=81=AC=EB=A6=BD?= =?UTF-8?q?=ED=8A=B8=20=EB=B0=8F=20yml=20step=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 3 +++ build.sh | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 build.sh diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 722438b..4939523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,9 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: creates output + run: sh ./build.sh + - name: Config git extraheader run: | git config --unset-all http.https://github.com/.extraheader diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..9ec1f67 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd ../ +mkdir output +cp -R ./[client]/* ./output +cp -R ./output ./[client]/ \ No newline at end of file