mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 13:05:33 +00:00
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:
parent
f802bd842f
commit
bd2a199423
1 changed files with 1 additions and 1 deletions
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue