diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json index 3bc9712..ae9afc0 100644 --- a/.androidide/editor/openedFiles.json +++ b/.androidide/editor/openedFiles.json @@ -4,14 +4,14 @@ "file": "/storage/emulated/0/AndroidIDEProjects/4L4y-T3xt/.github/workflows/main.yml", "selection": { "end": { - "column": 45, - "index": 1165, - "line": 50 + "column": 67, + "index": 1618, + "line": 61 }, "start": { - "column": 45, - "index": 1165, - "line": 50 + "column": 67, + "index": 1618, + "line": 61 } } } diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7bb4c3c..98fad47 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,5 +58,7 @@ jobs: with: file: ${{env.FILE_OUTPUT}} tag_name: "${{env.TAG}}-${{github.run_number}}" + asset_name: ${{env.PROJECT_NAM}}-${{github.run_number}}.apk + asset_content_type: application/vnd.android.package-archive tags: true