mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-24 06:14:04 +08:00
💚 fix Permission denied
This commit is contained in:
parent
d73854afb5
commit
7c45e48f3f
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user