Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored May 30, 2024
1 parent f6cab22 commit c9c6bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gmsaas_spike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
echo tralala > tralala.txt
adb wait-for-device
adb shell ls
adb shell ls /product/etc/permissions/
adb push tralala.txt "/product/etc/permissions/"
adb shell ls /system
adb push tralala.txt /system/
- name: Unmount system
run: |
Expand Down

0 comments on commit c9c6bb7

Please sign in to comment.