We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd232e5 commit 04d0826Copy full SHA for 04d0826
1 file changed
.github/workflows/main.yml
@@ -521,6 +521,7 @@ jobs:
521
script: |
522
adb root
523
adb remount
524
+ adb push ${{ github.workspace }}/commands.sh /data/local/tmp/
525
adb push ${{ github.workspace }}/sqlite3 /data/local/tmp/
526
adb push ${{ github.workspace }}/dist /data/local/tmp/
527
adb push ${{ github.workspace }}/Makefile /data/local/tmp/
0 commit comments