Update and rename android.yml to release.yml
This commit is contained in:
parent
d8e04adabf
commit
85338a5610
1 changed files with 1 additions and 4 deletions
|
@ -2,11 +2,8 @@ name: Minimal Android CI Workflow
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- dev
|
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
apk:
|
apk:
|
||||||
|
@ -52,5 +49,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: apk/app-debug.apk
|
asset_path: apk/app-debug.apk
|
||||||
asset_name: MensaApp.apk
|
asset_name: metro.apk
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
Loading…
Add table
Add a link
Reference in a new issue