Skip to content

Commit c3fbf3a

Browse files
committed
split workflow
1 parent f95ac01 commit c3fbf3a

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
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 }}

.github/workflows/main.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ jobs:
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
@@ -55,7 +51,7 @@ jobs:
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 }}
@@ -68,7 +64,7 @@ jobs:
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
@@ -85,12 +81,6 @@ jobs:
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

0 commit comments

Comments
 (0)