Skip to content

Commit

Permalink
change the filename to add the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Nov 15, 2023
1 parent 9aef201 commit b9d454e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- run: ls -al ./
- run: ls -al ../
- 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 .
- name: release
uses: actions/create-release@v1
Expand Down Expand Up @@ -48,6 +48,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: keywordsList.pdf
asset_name: keywordsList.pdf
asset_path: keywordsList-${{ github.ref_name }}.pdf
asset_name: keywordsList-${{ github.ref_name }}.pdf
asset_content_type: application/binary

0 comments on commit b9d454e

Please sign in to comment.