💚 mv build.sh

This commit is contained in:
微凉 2021-11-05 19:11:39 +08:00
parent e7071e1093
commit 6a51f02845
2 changed files with 6 additions and 2 deletions

View File

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

View File

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