Skip to content

Commit

Permalink
Merge pull request #521 from tgw314/patch-1
Browse files Browse the repository at this point in the history
fix: remove duplicate versionCode in update.json
  • Loading branch information
j-hc authored Oct 26, 2024
2 parents ec00cc9 + 473347c commit 76bc105
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 @@ -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\"
Expand Down

0 comments on commit 76bc105

Please sign in to comment.