Update action-gh-release to version 2 (#698)

Fix intermittent IPA upload failure:
Replace softprops/action-gh-release@v2.2.0 with @v2 to avoid known upload content-length mismatch issues on GitHub runners.
This commit is contained in:
RWC 2026-02-09 08:19:07 +08:00 committed by GitHub
parent f802bd842f
commit bd2a199423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -216,7 +216,7 @@ jobs:
- name: Create Draft Release
if: ${{ inputs.create_release }}
id: create_release
uses: softprops/action-gh-release@v2.2.0
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: