Skip to content

Commit

Permalink
gh-actions: Switch softprops/action-gh-release version from master to v2
Browse files Browse the repository at this point in the history
Error Logs:
Run softprops/action-gh-release@master
Found release linux-wsl-stable-6.12.5 (with id=190802427)
⬆️ Uploading bzImage-x86_64-optional_install.tar.gz...
⬆️ Uploading bzImage-x86_64-modules_install.tar.gz...
⬆️ Uploading bzImage-x86_64...
⬆️ Uploading Image-arm64-optional_install.tar.gz...
⬆️ Uploading Image-arm64-modules_install.tar.gz...
⬆️ Uploading Image-arm64...
Error: Request body length does not match content-length header

 * `master` version of action-gh-release have problem to release packages. (softprops/action-gh-release#556)
 * So, I try to use `v2` version for avoid this problem.

Signed-off-by: Yang Jeong Hun <[email protected]>
  • Loading branch information
Nevuly committed Dec 15, 2024
1 parent b695acf commit 0e43068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
path: release_images/

- name: Release Kernel
uses: softprops/action-gh-release@master
uses: softprops/action-gh-release@v2
with:
name: ${{ github.ref_name }}
tag_name: ${{ github.ref_name }}
Expand Down

0 comments on commit 0e43068

Please sign in to comment.