mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
Merge pull request #521 from tgw314/patch-1
fix: remove duplicate versionCode in update.json
This commit is contained in:
commit
76bc1055de
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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\"
|
||||
|
Loading…
x
Reference in New Issue
Block a user