File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change 4141 mkdir feeds artifacts
4242 cp -rf ./mihomo ./feeds
4343
44- - name : Building Luci Neko
44+ - name : Building Mihomo kernel Packages
4545 uses : nosignals/gh-action-sdk@main
4646 env :
4747 ARCH : ${{ matrix.arch }}-${{ matrix.release }}
Original file line number Diff line number Diff line change 3030 - 23.05.4
3131 arch :
3232 - x86_64
33- - arm_cortex-a7_neon-vfpv4
34- - aarch64_cortex-a53
35- - aarch64_cortex-a72
36- - aarch64_generic
3733
3834 steps :
3935 - name : Checkout Repository
5551 cp -rf ./luci-app-neko ./feeds
5652 cp -rf ./mihomo ./feeds
5753
58- - name : Building Luci Neko
54+ - name : Building luci-app-neko
5955 uses : nosignals/gh-action-sdk@main
6056 env :
6157 ARCH : ${{ matrix.arch }}-${{ matrix.release }}
6864 uses : actions/upload-artifact@v3
6965 with :
7066 name : neko-${{ matrix.release }}_${{ matrix.arch }}
71- path : ${{ github.workspace }}/artifacts/bin/packages/${{ matrix.arch }}/action/*
67+ path : ${{ github.workspace }}/artifacts/bin/packages/${{ matrix.arch }}/action/luci-app *
7268
7369 push_packages :
7470 needs : build_ipk
8581 run : |
8682 mkdir ./release
8783 cp -rf ./neko-23.05.4_x86_64/luci-app* ./release/luci-app-neko_${{ inputs.version }}_all.ipk
88-
89- cp -rf ./neko-23.05.4_x86_64/mihomo* ./release/
90- cp -rf ./neko-23.05.4_arm_cortex-a7_neon-vfpv4/mihomo* ./release/
91- cp -rf ./neko-23.05.4_aarch64_generic/mihomo* ./release/
92- cp -rf ./neko-23.05.4_aarch64_cortex-a53/mihomo* ./release/
93- cp -rf ./neko-23.05.4_aarch64_cortex-a72/mihomo* ./release/
9484
9585 - name : Upload release asset
9686 uses : svenstaro/upload-release-action@v2
You can’t perform that action at this time.
0 commit comments