Skip to content

Commit

Permalink
workflows: update
Browse files Browse the repository at this point in the history
  • Loading branch information
hugcabbage committed Dec 17, 2023
1 parent 733877f commit e5b5210
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-immortalwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
zip -r ../packages.zip *
- name: Generate summary
continue-on-error: true
id: generate-summary
env:
MODEL_NAME: ${{ inputs.model }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-lede.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
zip -r ../packages.zip *
- name: Generate summary
continue-on-error: true
id: generate-summary
env:
MODEL_NAME: ${{ inputs.model }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-lienol-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ jobs:
zip -r ../packages.zip *
- name: Generate summary
continue-on-error: true
id: generate-summary
env:
MODEL_NAME: ${{ inputs.model }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ jobs:
zip -r ../packages.zip *
- name: Generate summary
continue-on-error: true
id: generate-summary
env:
MODEL_NAME: ${{ inputs.model }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-x-wrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
zip -r ../packages.zip *
- name: Generate summary
continue-on-error: true
id: generate-summary
env:
MODEL_NAME: ${{ inputs.model }}
Expand Down

0 comments on commit e5b5210

Please sign in to comment.