File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 67
67
name : cls
68
68
- name : Copy manual to the template folder.
69
69
run : |
70
- mv bithesis.pdf ./templates/${{ matrix.template }}/'bithesis-使用手册.pdf'
70
+ mv bithesis.pdf ./templates/${{ matrix.template }}
71
71
mv ${{ matrix.cls }}.cls ./templates/${{ matrix.template }}
72
72
- name : Install zip
73
73
uses : montudor/action-zip@v1
@@ -109,7 +109,7 @@ jobs:
109
109
publish_pdfs :
110
110
name : Generate changelog
111
111
runs-on : ubuntu-latest
112
- needs : build
112
+ needs : [ build, publish_cls, publish_templates]
113
113
outputs :
114
114
release_body : ${{ steps.git-cliff.outputs.content }}
115
115
steps :
@@ -137,10 +137,10 @@ jobs:
137
137
uses : svenstaro/upload-release-action@v2
138
138
with :
139
139
file : bithesis.pdf
140
- asset_name : bithesis-使用手册.pdf
141
140
repo_token : ${{ secrets.GITHUB_TOKEN }}
142
141
tag : ${{ github.ref }}
143
- body : ${{ steps.git-cliff.outputs.content }}
142
+ body : |
143
+ ${{ steps.git-cliff.outputs.content }}
144
144
145
145
update_changelog :
146
146
name : Generate changelog
You can’t perform that action at this time.
0 commit comments