mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-04 03:46:57 -04:00
Bump action-gh-release to v2 (#3469)
This commit is contained in:
parent
9edfe29659
commit
773ef4282c
4
.github/workflows/check-update.yml
vendored
4
.github/workflows/check-update.yml
vendored
@ -59,7 +59,7 @@ jobs:
|
|||||||
echo "| HMCL-$HMCL_VERSION.sh | $(cat HMCL-$HMCL_VERSION.sh.sha256) |" >> RELEASE_NOTE
|
echo "| HMCL-$HMCL_VERSION.sh | $(cat HMCL-$HMCL_VERSION.sh.sha256) |" >> RELEASE_NOTE
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: ${{ env.continue == 'true' }}
|
if: ${{ env.continue == 'true' }}
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
body_path: RELEASE_NOTE
|
body_path: RELEASE_NOTE
|
||||||
files: |
|
files: |
|
||||||
@ -124,7 +124,7 @@ jobs:
|
|||||||
echo "| HMCL-$HMCL_VERSION.sh | $(cat HMCL-$HMCL_VERSION.sh.sha256) |" >> RELEASE_NOTE
|
echo "| HMCL-$HMCL_VERSION.sh | $(cat HMCL-$HMCL_VERSION.sh.sha256) |" >> RELEASE_NOTE
|
||||||
- name: Create release
|
- name: Create release
|
||||||
if: ${{ env.continue == 'true' }}
|
if: ${{ env.continue == 'true' }}
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
body_path: RELEASE_NOTE
|
body_path: RELEASE_NOTE
|
||||||
files: |
|
files: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user