fix: remove duplicate versionCode in update.json

This commit is contained in:
tgw314 2024-10-25 20:00:08 +09:00
parent ec00cc9f88
commit 473347c886
No known key found for this signature in database
GPG Key ID: 7C53BD8D037330DC

View File

@ -78,7 +78,7 @@ jobs:
cp -f build.tmp build.md
get_update_json() {
echo "{
\"version\": \"$1 (${{ steps.next_ver_code.outputs.NEXT_VER_CODE }})\",
\"version\": \"$1\",
\"versionCode\": ${{ steps.next_ver_code.outputs.NEXT_VER_CODE }},
\"zipUrl\": \"$2\",
\"changelog\": \"https://raw.githubusercontent.com/$GITHUB_REPOSITORY/update/build.md\"