Skip to content

Commit df37203

Browse files
committed
Try run build script (BLD-6874)
1 parent 8d9fdff commit df37203

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,7 @@ jobs:
8484
8585
- name: Build conquest python
8686
run: |
87-
output=$(${{ needs.setup.outputs.python }} build_python.py | tail -n 1)
88-
archive_filename=$(echo $output | awk '{print $2}')
89-
archive_path=$(echo $output | awk '{print $NF}')
90-
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
91-
echo "archive_path=$archive_path" >> $GITHUB_ENV
87+
${{ needs.setup.outputs.python }} build_conquest_python.py
9288
9389
- name: Set up JFrog CLI
9490
if: ${{ inputs.deploy == 'upload' }}

0 commit comments

Comments
 (0)