Action: make the file a .apk
This commit is contained in:
parent
ae9377f8be
commit
c2c872d000
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android-debug.yml
vendored
2
.github/workflows/android-debug.yml
vendored
|
|
@ -46,5 +46,5 @@ jobs:
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: TachiyomiSY-${{ github.sha }}
|
name: TachiyomiSY-${{ github.sha }}.apk
|
||||||
path: ${{ env.SIGNED_RELEASE_FILE }}
|
path: ${{ env.SIGNED_RELEASE_FILE }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue