Skip to content

Commit

Permalink
Fixing CI workflow (13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnordahl committed Aug 7, 2024
1 parent 8d0d216 commit 3da64d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./lab-instructions/dodlabs_${TAG_NAME}.pdf
asset_name: dodlabs_${TAG_NAME}.pdf
asset_path: "./lab-instructions/dodlabs_${TAG_NAME}.pdf"
asset_name: "dodlabs_${TAG_NAME}.pdf"
asset_content_type: application/pdf

0 comments on commit 3da64d7

Please sign in to comment.