From 420f4ef9011900aa88473a503dd47ea9090a95bb Mon Sep 17 00:00:00 2001 From: RWC Date: Mon, 9 Feb 2026 08:09:12 +0800 Subject: [PATCH] Update action-gh-release to version 2 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. --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 81dac18..ff5efa8 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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: