mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
module: include versionCode in version string
This commit is contained in:
parent
45bcce5986
commit
6f491ad481
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -78,8 +78,8 @@ jobs:
|
||||
cp -f build.tmp build.md
|
||||
get_update_json() {
|
||||
echo "{
|
||||
\"version\": \"$1\",
|
||||
\"versionCode\": ${{ steps.next_ver_code.outputs.NEXT_VER_CODE}},
|
||||
\"version\": \"$1 (${{ steps.next_ver_code.outputs.NEXT_VER_CODE }})\",
|
||||
\"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