Skip to content

Commit b2ba155

Browse files
committed
Only match dll run.
1 parent 8b7bb68 commit b2ba155

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Print converter output
9292
run: >
9393
gh run view $deploy_run_id -j $build_job_id -R originlab/${{ matrix.site }} --log
94-
| awk '/generator\.csproj/ {f=1} /upload-pages-artifact/ {f=0} f'
94+
| awk '/generator\.dll"/ {f=1} /upload-pages-artifact/ {f=0} f'
9595
| cut -f3- | cut -d' ' -f2-
9696
- name: Print the book artifact summary
9797
run: >

0 commit comments

Comments
 (0)