diff --git a/.github/workflows/build-openwrt-py.yml b/.github/workflows/build-openwrt-py.yml index 1c389abb..a47b501f 100644 --- a/.github/workflows/build-openwrt-py.yml +++ b/.github/workflows/build-openwrt-py.yml @@ -150,21 +150,4 @@ jobs: run: python3 -m build_helper --task build_image_builder --config ${{ matrix.config }} - name: 上传 - uses: ./.github/action/upload - - build-Image: - runs-on: ubuntu-22.04 - needs: [prepare,base-builds,build-ImageBuilder,build-packages] - name: build-Image-${{ matrix.name }} - strategy: - matrix: ${{ fromJSON(needs.prepare.outputs.matrix) }} - steps: - - uses: actions/checkout@v4 - - name: 建立环境 - uses: ./.github/action/prepare - - - name: 准备构建 - id: prepare - run: python3 -m build_helper --task build-prepare --config ${{ matrix.config }} - env: - Token: ${{ github.token }} \ No newline at end of file + uses: ./.github/action/upload \ No newline at end of file