We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689ef92 commit ba1a463Copy full SHA for ba1a463
.github/workflows/Build.yaml
@@ -1,6 +1,7 @@
1
name: Build
2
3
on:
4
+ workflow_dispatch:
5
push:
6
branches:
7
- main
.github/workflows/NightlyBaselineProfiles.yaml
name: NightlyBaselineProfiles
schedule:
- cron: '42 4 * * *'
.github/workflows/Release.yml
name: GitHub Release with APKs
tags:
- 'v*'
@@ -75,4 +76,4 @@ jobs:
75
76
upload_url: ${{ steps.create_release.outputs.upload_url }}
77
asset_path: app/build/outputs/apk/demo/release/app-demo-release.apk
78
asset_name: app-demo-release.apk
- asset_content_type: application/vnd.android.package-archive
79
+ asset_content_type: application/vnd.android.package-archive
0 commit comments