diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-06 18:21:09 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-06 18:21:09 +0600 |
| commit | 19c31cae2a8fee7e44177cb989476aa826c049ec (patch) | |
| tree | 2e1a6d5246b77598b898e131ed2c7bf5ad91a7ed /.github/workflows | |
| parent | fee65fcdbd638708971de82efd09a1b028fc8a4c (diff) | |
fixed epic typo
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
