ci: fix build alist-v3

This commit is contained in:
sbwml 2022-09-16 00:49:34 +08:00
parent 11f1133083
commit 56cca4980c
2 changed files with 3 additions and 3 deletions

View File

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

View File

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