Skip to content

Commit 527c9f4

Browse files
authored
Update release.yml with new module name (app --> robot)
1 parent 1c087cd commit 527c9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Specify Release Asset Paths
3030
id: asset_paths
3131
run: |
32-
echo "::set-output name=openbot_apk_path::$(pwd)/app/build/outputs/apk/debug/app-debug.apk"
32+
echo "::set-output name=openbot_apk_path::$(pwd)/robot/build/outputs/apk/debug/robot-debug.apk"
3333
echo "::set-output name=controller_apk_path::$(pwd)/controller/build/outputs/apk/debug/controller-debug.apk"
3434
- name: Specify Release Asset Names using Tag [${{github.event.release.tag_name}}]
3535
id: asset_names

0 commit comments

Comments
 (0)