mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-21 20:18:47 +08:00
💚 mv build.sh
This commit is contained in:
parent
e7071e1093
commit
6a51f02845
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -48,7 +48,9 @@ jobs:
|
||||
sudo apt install upx
|
||||
|
||||
- name: Build
|
||||
run: bash build.sh
|
||||
run: |
|
||||
mv alist/build.sh .
|
||||
bash build.sh
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -47,7 +47,9 @@ jobs:
|
||||
sudo apt install upx
|
||||
|
||||
- name: Build
|
||||
run: bash build.sh release
|
||||
run: |
|
||||
mv alist/build.sh .
|
||||
bash build.sh release
|
||||
|
||||
- name: Upload asserts files
|
||||
uses: ad-m/github-push-action@master
|
||||
|
Loading…
x
Reference in New Issue
Block a user