From 3ec208d417717886b721ff9e27910af437f63698 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Wed, 13 May 2020 17:04:18 +0800 Subject: [PATCH] dev-redux Action 4 --- .github/workflows/nodejs-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs-dev.yml b/.github/workflows/nodejs-dev.yml index 8c21525..b408b9c 100644 --- a/.github/workflows/nodejs-dev.yml +++ b/.github/workflows/nodejs-dev.yml @@ -1,4 +1,4 @@ -name: Continuous Integration #action名称 +name: Continuous Integration Dev #action名称 on: push: branches: @@ -25,7 +25,7 @@ jobs: CI: false - name: Authenticate - run: sudo chmod 775 ./build/ && ls + run: sudo chmod 775 build/ && ls - name: Upload COS uses: ciaochaos/tencent-cos-action@master