diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 66f386f..4123746 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -97,7 +97,7 @@ jobs: if: steps.build.outcome == 'success' uses: actions/upload-artifact@v4 with: - name: static-${{ matrix.arch }} + name: youtubeUnblock-static-${{ matrix.arch }} path: ./**/youtubeUnblock*.tar.gz build-openwrt: @@ -169,7 +169,7 @@ jobs: if: steps.build.outcome == 'success' uses: actions/upload-artifact@v4 with: - name: ${{ matrix.branch }}-${{ matrix.arch }} + name: youtubeUnblock-${{ matrix.branch }}-${{ matrix.arch }} path: /builder/youtubeUnblock*.ipk if-no-files-found: error build-openwrt-kmod: @@ -217,8 +217,20 @@ jobs: - mipsel_24kc_24kf - mipsel_74kc - mipsel_mips32 - - ramips/mt76x8 + - ramips-mt76x8 - x86_64 + exclude: + - branch: openwrt-19.07 + arch: arm_cortex-a7 + - branch: openwrt-19.07 + arch: mips_4kec + - branch: openwrt-19.07 + arch: ramips-mt76x8 + - branch: openwrt-19.07 + arch: arm_cortex-a7_vfpv4 + - branch: openwrt-21.02 + arch: arm_cortex-a7_vfpv4 + container: image: openwrt/sdk:${{ matrix.arch }}-${{ matrix.branch }} options: --user root @@ -255,7 +267,7 @@ jobs: if: steps.build.outcome == 'success' uses: actions/upload-artifact@v4 with: - name: ${{ matrix.branch }}-${{ matrix.arch }} + name: kmod-youtubeUnblock-${{ matrix.branch }}-${{ matrix.arch }} path: ${{ matrix.wd_path }}/kmod-youtubeUnblock*.ipk if-no-files-found: error @@ -347,7 +359,7 @@ jobs: if: steps.build.outcome == 'success' uses: actions/upload-artifact@v4 with: - name: entware-${{ matrix.arch }} + name: youtubeUnblock-entware-${{ matrix.arch }} path: ./**/youtubeUnblock*-entware.tar.gz if-no-files-found: error