File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 5757 ghcr.io/${{ github.repository_owner }}/latex-builder \
5858 -jobname="Anish_Shobith_P_S_Resume" main.tex
5959
60- - name : Rename PDF with date
61- run : |
62- mv Anish_Shobith_P_S_Resume.pdf \
63- "Anish_Shobith_P_S_Resume_${{ steps.date.outputs.date }}.pdf"
64-
6560 - name : Generate changelog
6661 id : changelog
6762 run : |
7873 - name : Get PDF size
7974 id : meta
8075 run : |
81- SIZE=$(du -sh "Anish_Shobith_P_S_Resume_${{ steps.date.outputs.date }}. pdf" | cut -f1)
76+ SIZE=$(du -sh Anish_Shobith_P_S_Resume. pdf | cut -f1)
8277 echo "size=$SIZE" >> $GITHUB_OUTPUT
8378
8479 - name : Create Release
10196 ```
10297 ${{ steps.changelog.outputs.log }}
10398 ```
104- files : Anish_Shobith_P_S_Resume_${{ steps.date.outputs.date }} .pdf
99+ files : Anish_Shobith_P_S_Resume .pdf
105100 token : ${{ secrets.GITHUB_TOKEN }}
106101 generate_release_notes : true
107102 make_latest : true
You can’t perform that action at this time.
0 commit comments