Skip to content

Commit 08beb64

Browse files
committed
Litle change
1 parent e34446d commit 08beb64

File tree

4 files changed

+1356
-86
lines changed

4 files changed

+1356
-86
lines changed

.github/release.yml

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
uses: svenstaro/upload-release-action@v2
174174
if: github.event.inputs.release_tag != ''
175175
with:
176-
file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*.apk
176+
file: ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*arm64-v8a.apk ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*armeabi-v7a.apk ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*x86.apk ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*x86_64.apk ${{ github.workspace }}/V2rayNG/app/build/outputs/apk/release/*universal.apk
177177
tag: ${{ github.event.inputs.release_tag }}
178178
file_glob: true
179-
prerelease: true
179+
prerelease: false

0 commit comments

Comments
 (0)