1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-06 13:31:37 +09:00

Update build.yml

This commit is contained in:
areteruhiro 2024-10-25 22:25:49 +09:00 committed by GitHub
parent ad06e4cf2a
commit 7402465185
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ jobs:
if-no-files-found: error
- name: Release
uses: softprops/action-gh-release@v2
uses: softprops/action-gh-release@v3
if: github.event.inputs.release == 'true'
with:
tag_name: ${{ env.version }}
@ -140,3 +140,4 @@ jobs:
### 差分
https://github.com/${{ github.repository }}/compare/${{ steps.previous.outputs.tag }}...${{ env.version }}