Update build-packages.yml
This commit is contained in:
parent
32d646958c
commit
d94b634ae4
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
- openwrt-22.03
|
- openwrt-22.03
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@ -54,12 +54,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ARCH: ${{ matrix.arch }}-${{ matrix.tag }}
|
ARCH: ${{ matrix.arch }}-${{ matrix.tag }}
|
||||||
FEEDNAME: packages_ci
|
FEEDNAME: packages_ci
|
||||||
PACKAGES: luci-app-passwall luci-app-ssr-plus brook hysteria ipt2socks pdnsd redsocks2 trojan trojan-go xray-plugin v2ray-geodata naiveproxy sagernet-core
|
PACKAGES: luci-app-passwall luci-app-ssr-plus brook hysteria ipt2socks pdnsd redsocks2 trojan trojan-go xray-plugin v2ray-geodata naiveproxy sagernet-core chinadns-ng
|
||||||
KEY_BUILD: ${{ secrets.sign_key }}
|
KEY_BUILD: ${{ secrets.sign_key }}
|
||||||
NO_REFRESH_CHECK: true
|
NO_REFRESH_CHECK: true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.tag }}-${{ matrix.arch }}
|
name: ${{ matrix.tag }}-${{ matrix.arch }}
|
||||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||||
|
Loading…
Reference in New Issue
Block a user