💚 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
|
sudo apt install upx
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bash build.sh
|
run: |
|
||||||
|
mv alist/build.sh .
|
||||||
|
bash build.sh
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
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
|
sudo apt install upx
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: bash build.sh release
|
run: |
|
||||||
|
mv alist/build.sh .
|
||||||
|
bash build.sh release
|
||||||
|
|
||||||
- name: Upload asserts files
|
- name: Upload asserts files
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user