Skip to content

Commit

Permalink
action: update code
Browse files Browse the repository at this point in the history
set upload release matrix max-parallel to 1
use  softprops/action-gh-release@v2
test whether it is feasible
  • Loading branch information
smallprogram committed Oct 11, 2024
1 parent 6d50161 commit e8e7681
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Build-OpenWrt_Multi-Platform(V4).yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,6 +647,7 @@ jobs:
if: ${{ always() }}
strategy:
fail-fast: false
max-parallel: 1
matrix:
include: ${{ fromJson(needs.job_init.outputs.platforms) }}
name: Upload-${{ matrix.source_code_platform }}-${{ matrix.platform }}
Expand Down Expand Up @@ -707,7 +708,7 @@ jobs:


- name: Upload Firmware To Release
uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -755,7 +756,7 @@ jobs:
retention-days: 5

- name: Upload Release Tag
uses: softprops/action-gh-release@0bd7e8b279c9b5b36661d552472fbbfe671fe26e
uses: softprops/action-gh-release@v2
if: steps.organize_tags.outputs.status == 'success'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e8e7681

Please sign in to comment.