Skip to content

Commit 67fdade

Browse files
authored
Fix path for release yaml (#10)
* ci: Try use different action for building tex files * Update release.yaml
1 parent ca0d723 commit 67fdade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4848
with:
4949
upload_url: ${{ steps.create_release.outputs.upload_url }}
50-
asset_path: ./.build/template.pdf
50+
asset_path: ./src/.build/template.pdf
5151
asset_name: template.pdf
5252
asset_content_type: application/pdf

0 commit comments

Comments
 (0)