Commit 0210eee
committed
Fix Android workflow binary extraction with robust approach
- Add tar -tzf to list contents before extraction
- Add ls -la to show extracted files
- Use find with wildcard pattern to locate any xfg-stark-cli binary
- Use variable to store found binary path
- This should handle any directory structure in the tar.gz file
- More robust than assuming specific file names1 parent 360f547 commit 0210eee
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
71 | 75 | | |
72 | | - | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments