From 0fa61840264f8d5def21ff45dc8d323d556748e4 Mon Sep 17 00:00:00 2001 From: Chishin Date: Tue, 4 Apr 2023 21:55:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=88=E4=BA=88scripts=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E6=89=A7=E8=A1=8C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 6a107e5..fe6bb1e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -20,9 +20,7 @@ jobs: uses: docker/setup-buildx-action@v2.5.0 - name: Build Dockerfile run: | - ls -l &&\ - cd scripts &&\ - chmod +x buildx-zh &&\ - ls -l &&\ + chmod -R 755 scripts && ls -l &&\ + cd scripts && ls -l &&\ ./buildx-zh