Skip to content

Commit 3da64d7

Browse files
committed
Fixing CI workflow (13)
1 parent 8d0d216 commit 3da64d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latex-build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
with:
4848
upload_url: ${{ steps.create_release.outputs.upload_url }}
49-
asset_path: ./lab-instructions/dodlabs_${TAG_NAME}.pdf
50-
asset_name: dodlabs_${TAG_NAME}.pdf
49+
asset_path: "./lab-instructions/dodlabs_${TAG_NAME}.pdf"
50+
asset_name: "dodlabs_${TAG_NAME}.pdf"
5151
asset_content_type: application/pdf

0 commit comments

Comments
 (0)