Skip to content

Commit

Permalink
Update release.yml with new module name (app --> robot)
Browse files Browse the repository at this point in the history
  • Loading branch information
thias15 authored May 24, 2023
1 parent 1c087cd commit 527c9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Specify Release Asset Paths
id: asset_paths
run: |
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"
echo "::set-output name=controller_apk_path::$(pwd)/controller/build/outputs/apk/debug/controller-debug.apk"
- name: Specify Release Asset Names using Tag [${{github.event.release.tag_name}}]
id: asset_names
Expand Down

0 comments on commit 527c9f4

Please sign in to comment.