Use ncipollo/release-action

This commit is contained in:
kyori19 2022-08-04 07:19:32 +09:00
parent 92429da1eb
commit bd70f98853
No known key found for this signature in database
GPG Key ID: CB37D0651E7F52AA
1 changed files with 6 additions and 5 deletions

View File

@ -89,11 +89,12 @@ jobs:
cd ./built-app
mv "$(find . -type f -name "*.apk" | head -1)" "Yuito-${{ env.CHANGELOG_VERSION }}.apk"
- uses: softprops/action-gh-release@v1
- uses: ncipollo/release-action@v1
with:
body_path: ${{ env.CHANGELOG_DIR }}whatsnew-en-US
allowUpdates: false
artifactErrorsFailBuild: true
artifacts: ./built-app/Yuito-${{ env.CHANGELOG_VERSION }}.apk
bodyFile: ${{ env.CHANGELOG_DIR }}whatsnew-en-US
draft: true
files: ./built-app/Yuito-${{ env.CHANGELOG_VERSION }}.apk
name: Yuito ${{ env.CHANGELOG_VERSION }}
tag_name: ${{ env.CHANGELOG_VERSION }}
fail_on_unmatched_files: true
tag: ${{ env.CHANGELOG_VERSION }}