File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,14 @@ jobs:
5454
5555 - name : Create AutoBuild Release
5656 run : |
57+ LATEST_REL=$(gh release view --json tagName -q .tagName)
5758 GIT_DESCRIBE=$(git rev-parse --short HEAD)
5859 cd app/build/outputs/apk/universal/release/
5960 mv app-universal-release.apk ReVancedXposed-${GIT_DESCRIBE}.apk
6061 gh release delete autobuild --yes || true
61- gh release create autobuild ReVancedXposed-${GIT_DESCRIBE}.apk --prerelease --title "AutoBuild ${GIT_DESCRIBE}"
62+ gh release create autobuild ReVancedXposed-${GIT_DESCRIBE}.apk \
63+ --prerelease \
64+ --title "Nightly Build ${GIT_DESCRIBE}" \
65+ --notes "Nightly build from commit ${GIT_DESCRIBE}. See changes: https://github.com/${{ github.repository }}/compare/${LATEST_REL}...main"
6266 env :
6367 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3838- Hide video action buttons
3939- Disable resuming Shorts on startup
4040
41+ ### Spotify (Moved to Dedicated Repository)
42+
43+ [ ReVancedXposed_Spotify] ( https://github.com/chsbuffer/ReVancedXposed_Spotify )
44+
4145### Google Photos
4246- Spoof Pixel XL
4347
You can’t perform that action at this time.
0 commit comments