From 7c45e48f3f8e6ddb6b1964ad4e14722662c944b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Wed, 3 Nov 2021 20:02:51 +0800 Subject: [PATCH] :green_heart: fix Permission denied --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f606e11d..a8323c6c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: ref: v2 path: alist - - name: Checkout tools repo + - name: Checkout web repo uses: actions/checkout@v2 with: repository: Xhofe/alist-web @@ -42,7 +42,7 @@ jobs: run: | docker pull techknowlogick/xgo:latest go install src.techknowlogick.com/xgo@latest - apt install upx + sudo apt install upx - name: Build web run: | @@ -54,7 +54,7 @@ jobs: - name: Build run: | cd alist - sh build.sh + bash build.sh cd .. - name: Upload artifact