Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Sep 15, 2024
1 parent 731d679 commit d208829
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/build-openwrt-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
uses: ./.github/action/upload

0 comments on commit d208829

Please sign in to comment.