Commit 360f547
committed
Fix tar extraction in Android workflow
- Add --strip-components=1 to tar extraction to handle directory structure
- Add find command to locate extracted binary
- This should resolve the 'No such file or directory' error when chmod fails
- The tar.gz likely contains a directory structure that needs to be stripped1 parent d57a573 commit 360f547
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
0 commit comments