File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2020 - run : ls -al ./
2121 - run : ls -al ../
2222 - run : pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md
23+ - run : pdflatex keywordsList.tex
2324 - run : ls -al .
2425 - name : release
2526 uses : actions/create-release@v1
4142 asset_path : BancroftRobodogsNotebook.pdf
4243 asset_name : BancroftRobodogsNotebook.pdf
4344 asset_content_type : application/binary
45+ - name : Upload Keywords
46+ uses : actions/upload-release-asset@v1
47+ env :
48+ GITHUB_TOKEN : ${{ github.token }}
49+ with :
50+ upload_url : ${{ steps.create_release.outputs.upload_url }}
51+ asset_path : keywordsList.pdf
52+ asset_name : keywordsList.pdf
53+ asset_content_type : application/binary
You can’t perform that action at this time.
0 commit comments