From 19c31cae2a8fee7e44177cb989476aa826c049ec Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 6 Dec 2022 18:21:09 +0600 Subject: fixed epic typo --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index abfd416..62cdeb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,6 +90,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: apks/android-release.apk + asset_path: apks/android-release-unsigned-signed.apk asset_name: Maxoning.apk asset_content_type: application/vnd.android.package-archive -- cgit v1.2.3