File tree Expand file tree Collapse file tree
.github/actions/deploy-setup Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 - name : Install all artifacts
2626 if : ${{ inputs.artifacts == 'true' }}
2727 uses : actions/download-artifact@v4
28+ - name : Install release bundle
29+ if : ${{ inputs.artifacts != 'true' }}
30+ uses : actions/download-artifact@v4
31+ with :
32+ name : release-bundle
33+ path : ${{ github.workspace }}/release-bundle
2834 - name : Restore release commit
29- if : ${{ inputs.artifacts == 'true' }}
3035 shell : bash
3136 run : |
3237 git switch -c release
Original file line number Diff line number Diff line change 33- Fix for publish not going through
44
55
6- # tectonic 0.16.5 (2026-04-11)
6+ # tectonic 0.16.1-0.16.7 (2026-04-11)
77
8- - Fix for publish not going through
9-
10-
11- # tectonic 0.16.4 (2026-04-11)
12-
13- - Fix for publish not going through
14-
15- # tectonic 0.16.3 (2026-04-11)
16-
17- # tectonic 0.16.2 (2026-04-11)
18-
19- # tectonic 0.16.1 (2026-04-11)
20-
21- - Fix for publish not going through
8+ - Publish failure
229
2310
2411# tectonic 0.16.0 (2026-04-11)
You can’t perform that action at this time.
0 commit comments