ci: correct apk location
This commit is contained in:
@@ -33,5 +33,5 @@ jobs:
|
|||||||
tag_name: latest # Explicitly target the tag we just moved
|
tag_name: latest # Explicitly target the tag we just moved
|
||||||
name: 'Latest Development Build'
|
name: 'Latest Development Build'
|
||||||
body: 'This rolling release is automatically generated and always contains the newest code from the main branch.'
|
body: 'This rolling release is automatically generated and always contains the newest code from the main branch.'
|
||||||
files: build/app/build/outputs/apk/release/*.apk
|
files: build/app/outputs/flutter-apk/*.apk
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -19,5 +19,5 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
|
||||||
with:
|
with:
|
||||||
files: build/app/build/outputs/apk/release/*.apk
|
files: build/app/outputs/flutter-apk/*.apk
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user