💚 fix Permission denied

pull/548/head
微凉 2021-11-03 20:02:51 +08:00
parent d73854afb5
commit 7c45e48f3f
1 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
ref: v2 ref: v2
path: alist path: alist
- name: Checkout tools repo - name: Checkout web repo
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: Xhofe/alist-web repository: Xhofe/alist-web
@ -42,7 +42,7 @@ jobs:
run: | run: |
docker pull techknowlogick/xgo:latest docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest go install src.techknowlogick.com/xgo@latest
apt install upx sudo apt install upx
- name: Build web - name: Build web
run: | run: |
@ -54,7 +54,7 @@ jobs:
- name: Build - name: Build
run: | run: |
cd alist cd alist
sh build.sh bash build.sh
cd .. cd ..
- name: Upload artifact - name: Upload artifact