We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edf691 commit 89fc8b6Copy full SHA for 89fc8b6
.github/workflows/build-conquest-python.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Build conquest python
87
run: |
88
- output=$(${{ needs.setup.outputs.python }} build_conquest_python.py | tail -n 1)
+ output=$(${{ needs.setup.outputs.python }} build_conquest_python.py | grep Creating | tail -n 1)
89
archive_filename=$(echo $output | awk '{print $2}')
90
archive_path=$(echo $output | awk '{print $NF}')
91
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
0 commit comments