Commit 384ddc5
Fix jar extraction in release.sh
Github action environment uses jar version 21 that does not accept -C option with extract mode. A simple fix is to create a subshell in order to cd into the right directory before extracting the jar.
PiperOrigin-RevId: 8452860111 parent 253397b commit 384ddc5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments