Skip to content

Commit 89fc8b6

Browse files
committed
Extract build output explicitly (BLD-6874)
1 parent 0edf691 commit 89fc8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-conquest-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Build conquest python
8787
run: |
88-
output=$(${{ needs.setup.outputs.python }} build_conquest_python.py | tail -n 1)
88+
output=$(${{ needs.setup.outputs.python }} build_conquest_python.py | grep Creating | tail -n 1)
8989
archive_filename=$(echo $output | awk '{print $2}')
9090
archive_path=$(echo $output | awk '{print $NF}')
9191
echo "archive_filename=$archive_filename" >> $GITHUB_ENV

0 commit comments

Comments
 (0)