We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97942d commit adf0d09Copy full SHA for adf0d09
1 file changed
.github/workflows/android-devices-onboard-chrome.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
api-key: ${{ github.event.inputs.environment == 'dev' && secrets.DCD_DEV_API_KEY || secrets.DCD_API_KEY }}
26
api-url: ${{ github.event.inputs.environment == 'dev' && 'https://api.dev.devicecloud.dev' || '' }}
27
- app-file: ./binaries/sample.zip
+ app-file: ./binaries/sample.apk
28
workspace: ./flows/onboard-chrome
29
android-device: pixel-6
30
name: "Android Onboard Chrome"
0 commit comments