We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9fdff commit df37203Copy full SHA for df37203
.github/workflows/build-conquest-python.yml
@@ -84,11 +84,7 @@ jobs:
84
85
- name: Build conquest python
86
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
+ ${{ needs.setup.outputs.python }} build_conquest_python.py
92
93
- name: Set up JFrog CLI
94
if: ${{ inputs.deploy == 'upload' }}
0 commit comments