Commit 805230c
FIX: Shell compatibility for release package creation
- Add 'shell: bash' to release package creation step in release.yml
- Fix 'Bad substitution' error from ${GITHUB_SHA::8} parameter expansion
- Parameter expansion syntax requires bash shell, not default sh
- PDF generation now working (66 pages) but packaging failed on shell syntax
- Ensure consistent bash usage across all workflow steps with bash features
This completes the release workflow pipeline from LaTeX → PDF → Packaging.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 7296ba3 commit 805230c
2 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| 276 | + | |
276 | 277 | | |
277 | 278 | | |
278 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
5 | 24 | | |
6 | 25 | | |
7 | 26 | | |
| |||
0 commit comments