mirror of
https://github.com/How-To-Build-a-Commons/HowToBuildACommonsWorkbooks.git
synced 2026-04-20 01:01:12 +00:00
change the filename to add the version number
This commit is contained in:
parent
9aef201fee
commit
b9d454eb7c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
- run: ls -al ./
|
- run: ls -al ./
|
||||||
- run: ls -al ../
|
- run: ls -al ../
|
||||||
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md
|
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=BancroftRobodogsNotebook.pdf README.md
|
||||||
- run: pdflatex keywordsList.tex
|
- run: pdflatex -jobname=keywordsList-${{ github.ref_name }}.pdf keywordsList.tex
|
||||||
- run: ls -al .
|
- run: ls -al .
|
||||||
- name: release
|
- name: release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
|
@ -48,6 +48,6 @@ jobs:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: keywordsList.pdf
|
asset_path: keywordsList-${{ github.ref_name }}.pdf
|
||||||
asset_name: keywordsList.pdf
|
asset_name: keywordsList-${{ github.ref_name }}.pdf
|
||||||
asset_content_type: application/binary
|
asset_content_type: application/binary
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue