From c2c872d0007ff42d0d9b9cbac9b48029badeb1e2 Mon Sep 17 00:00:00 2001 From: jobobby04 Date: Sat, 9 May 2020 21:44:44 -0400 Subject: [PATCH] Action: make the file a .apk --- .github/workflows/android-debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-debug.yml b/.github/workflows/android-debug.yml index 5d48558c4..17f18d796 100644 --- a/.github/workflows/android-debug.yml +++ b/.github/workflows/android-debug.yml @@ -46,5 +46,5 @@ jobs: - name: Upload APK uses: actions/upload-artifact@v2 with: - name: TachiyomiSY-${{ github.sha }} + name: TachiyomiSY-${{ github.sha }}.apk path: ${{ env.SIGNED_RELEASE_FILE }}