Skip to content

Commit 5b04b65

Browse files
committed
* fix Failed to upload release asset magisk-riru-module-xfingerprint-pay-qq-v4.0.0-release.zip. recieved status code 422
Validation Failed [{"resource":"ReleaseAsset","code":"already_exists","field":"name"}]
1 parent fabfb4d commit 5b04b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
draft: true
6868
name: "${{ env.release_version }}"
69-
tag_name: "${{ env.release_version }}"
69+
tag_name: "${{ env.release_version }}-ci"
7070
files: |
7171
app/build/outputs/apk/release/*.apk
7272
riru/build/release/*.zip

0 commit comments

Comments
 (0)