💚 mv build.sh
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user