Skip to content

Commit

Permalink
Update openwrt-builder.yml
Browse files Browse the repository at this point in the history
advoid "Error: Request body length does not match content-length header" when upload firmware to release, [refer](softprops/action-gh-release#556)
  • Loading branch information
zhtengw authored Jan 2, 2025
1 parent a4453d1 commit 55fe633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openwrt-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
echo "status=success" >> $GITHUB_OUTPUT
- name: Upload firmware to release
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
if: steps.tag.outputs.status == 'success' && !cancelled()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55fe633

Please sign in to comment.