Commit ce2d4f3
committed
fix: avoid mapfile in upload-release-to-gcs.sh
mapfile is bash 4+; macOS ships bash 3.2 at /bin/bash, so the script
errored with "mapfile: command not found" when run locally. Replace
with a portable read loop.1 parent 33f41c0 commit ce2d4f3
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments