File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 8787 run : |
8888 mkdir -p release
8989 cp app/build/outputs/apk/release/app-universal-release.apk release/GNet-universal.apk
90- cp app/build/outputs/apk/release/app-arm64-v8a-release.apk release/GNet-arm64-v8a.apk
91- cp app/build/outputs/apk/release/app-armeabi-v7a-release.apk release/GNet-armeabi-v7a.apk
92-
90+
9391 - name : Get tag name
9492 id : get_tag
9593 run : |
@@ -111,21 +109,8 @@ jobs:
111109 prerelease : false
112110 files : |
113111 release/GNet-universal.apk
114- release/GNet-arm64-v8a.apk
115- release/GNet-armeabi-v7a.apk
116112 body : |
117113 ## GNet Release ${{ env.TAG_NAME }}
118114
119115 ### Download Options
120- - [Universal APK (all architectures)](https://github.com/${{ github.repository }}/releases/download/${{ env.TAG_NAME }}/GNet-universal.apk) - Larger file size, compatible with all devices
121- - [ARM64-v8a APK](https://github.com/${{ github.repository }}/releases/download/${{ env.TAG_NAME }}/GNet-arm64-v8a.apk) - Optimized for 64-bit ARM devices
122- - [ARMv7a APK](https://github.com/${{ github.repository }}/releases/download/${{ env.TAG_NAME }}/GNet-armeabi-v7a.apk) - Optimized for 32-bit ARM devices
123-
124- ### Installation
125- 1. Download the appropriate APK file for your device
126- 2. Enable "Install from unknown sources" in your device settings
127- 3. Open and install the APK
128- 4. Launch GNet and enjoy your movies!
129-
130- ### Changelog
131- For a detailed changelog, please check the [commit history](https://github.com/${{ github.repository }}/commits/${{ env.TAG_NAME }}).
116+ - [Universal APK (all architectures)](https://github.com/${{ github.repository }}/releases/download/${{ env.TAG_NAME }}/GNet-universal.apk) - Larger file size, compatible with all devices
You can’t perform that action at this time.
0 commit comments