💚 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
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