From 1f3b4e965a30ec9492826829cc6a2b9c44f09edf Mon Sep 17 00:00:00 2001 From: minseonglove Date: Thu, 2 Jun 2022 19:49:53 +0900 Subject: [PATCH] =?UTF-8?q?BUILD=20:=20=EB=B9=8C=EB=93=9C=20=EC=8B=9C=20?= =?UTF-8?q?=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EC=9D=B4=EB=A6=84=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 이젠 분도 같이 나옵니다. --- .github/workflows/bidderbidderCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bidderbidderCI.yml b/.github/workflows/bidderbidderCI.yml index 78bfde50..a6c95602 100644 --- a/.github/workflows/bidderbidderCI.yml +++ b/.github/workflows/bidderbidderCI.yml @@ -47,7 +47,7 @@ jobs: name: artifact - name: Get current date id: date - run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H')" + run: echo "::set-output name=date::$(date +'%Y-%m-%d-%H-%M')" - name: Create Release id: create_release uses: actions/create-release@v1