We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c087cd commit 527c9f4Copy full SHA for 527c9f4
.github/workflows/releases.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Specify Release Asset Paths
30
id: asset_paths
31
run: |
32
- echo "::set-output name=openbot_apk_path::$(pwd)/app/build/outputs/apk/debug/app-debug.apk"
+ echo "::set-output name=openbot_apk_path::$(pwd)/robot/build/outputs/apk/debug/robot-debug.apk"
33
echo "::set-output name=controller_apk_path::$(pwd)/controller/build/outputs/apk/debug/controller-debug.apk"
34
- name: Specify Release Asset Names using Tag [${{github.event.release.tag_name}}]
35
id: asset_names
0 commit comments