ci: fix build alist-v3
This commit is contained in:
parent
11f1133083
commit
56cca4980c
4
.github/workflows/i18n-luci-18.06.yml
vendored
4
.github/workflows/i18n-luci-18.06.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Building packages
|
||||
uses: immortalwrt/gh-action-sdk@v4
|
||||
uses: sbwml/immortalwrt-gh-action-sdk@master
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-openwrt-18.06-k5.4
|
||||
FEEDNAME: packages_ci
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Move created packages to project dir
|
||||
run: |
|
||||
cp bin/packages/${{ matrix.arch }}/packages_ci/*i18n*zh-cn*.ipk . || true
|
||||
for i in `ls`; do mv -f $i `echo "openwrt-18.06_"$i`; done
|
||||
for i in `ls *.ipk`; do mv -f $i `echo "openwrt-18.06_"$i`; done
|
||||
|
||||
- name: Store packages
|
||||
uses: actions/upload-artifact@v2
|
||||
|
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Build
|
||||
uses: openwrt/gh-action-sdk@v5
|
||||
uses: sbwml/openwrt-gh-action-sdk@master
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-master
|
||||
FEEDNAME: packages_ci
|
||||
|
Loading…
Reference in New Issue
Block a user