Remove output-metadata.json from build artifact.
This commit is contained in:
parent
0ba963bc41
commit
46b02d495a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
@ -40,4 +40,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: app
|
name: app
|
||||||
path: ${{ env.main_project_module }}/build/outputs/apk/debug/
|
path: ${{ env.main_project_module }}/build/outputs/apk/debug/app-debug.apk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue