File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
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 }}
70
+ mv bithesis.pdf ./templates/${{ matrix.template }}/'bithesis-使用手册.pdf'
71
71
mv ${{ matrix.cls }}.cls ./templates/${{ matrix.template }}
72
72
- name : Install zip
73
73
uses : montudor/action-zip@v1
@@ -106,9 +106,10 @@ jobs:
106
106
asset_name : ${{ matrix.cls }}.cls
107
107
tag : ${{ github.ref }}
108
108
109
- upload_changelog :
109
+ publish_pdfs :
110
110
name : Generate changelog
111
111
runs-on : ubuntu-latest
112
+ needs : build
112
113
outputs :
113
114
release_body : ${{ steps.git-cliff.outputs.content }}
114
115
steps :
@@ -126,9 +127,17 @@ jobs:
126
127
env :
127
128
OUTPUT : CHANGES.md
128
129
130
+ - uses : actions/checkout@v2
131
+ - name : Download PDF(s)
132
+ uses : actions/download-artifact@v3
133
+ with :
134
+ name : bithesis
135
+
129
136
- name : Upload the releases notes
130
137
uses : svenstaro/upload-release-action@v2
131
138
with :
139
+ file : bithesis.pdf
140
+ asset_name : bithesis-使用手册.pdf
132
141
repo_token : ${{ secrets.GITHUB_TOKEN }}
133
142
tag : ${{ github.ref }}
134
143
body : ${{ steps.git-cliff.outputs.content }}
You can’t perform that action at this time.
0 commit comments