Skip to content

Commit 04d0826

Browse files
committed
fix(build): add adb command to push commands.sh to Android device
1 parent cd232e5 commit 04d0826

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ jobs:
521521
script: |
522522
adb root
523523
adb remount
524+
adb push ${{ github.workspace }}/commands.sh /data/local/tmp/
524525
adb push ${{ github.workspace }}/sqlite3 /data/local/tmp/
525526
adb push ${{ github.workspace }}/dist /data/local/tmp/
526527
adb push ${{ github.workspace }}/Makefile /data/local/tmp/

0 commit comments

Comments
 (0)