fix apk release names
This commit is contained in:
parent
183277250f
commit
9b163e00d9
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@ -128,7 +128,7 @@ jobs:
|
|||||||
- name: rename apk
|
- name: rename apk
|
||||||
id: rename_apk
|
id: rename_apk
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mv "${{github.workspace}}/build/android/tomato.apk" "${{github.workspace}}/build/android/${{github.event.repository.name}}-${{steps.tag.outputs.name}}-android-${{matrix.platform.ndk_abi}}.apk"
|
run: mv "${{github.workspace}}/build/android/tomato.apk" "${{github.workspace}}/build/android/${{github.event.repository.name}}-${{steps.tag.outputs.name}}-Android-${{matrix.platform.ndk_abi}}.apk"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user