Skip to content

Commit 759238c

Browse files
authored
Better starting match
1 parent b96cb2e commit 759238c

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
@@ -93,6 +93,6 @@ jobs:
9393
- name: Print the book artifact summary
9494
run: >
9595
gh run view ${{ steps.grabRunId.outputs.id }} -j ${{ steps.grabJobId.outputs.id }} -R originlab/${{ matrix.site }} --log
96-
| awk '/upload-artifact|Finished uploading/{f=1} /Beginning upload|Artifact download/{f=0} f{sub(/^[[:space:]]*build_book.*\t[0-9][^[:space:]]+Z/, ""); print}'
96+
| awk '/Run actions\/upload-artifact|Finished uploading/{f=1} /Beginning upload|Artifact download/{f=0} f{sub(/^[[:space:]]*build_book.*\t[0-9][^[:space:]]+Z/, ""); print}'
9797
9898

0 commit comments

Comments
 (0)