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 39f28f8 commit 03faa0bCopy full SHA for 03faa0b
.github/workflows/build-conquest-python.yml
@@ -9,7 +9,8 @@ on: # yamllint disable-line rule:truthy
9
default: false
10
type: boolean
11
platforms:
12
- description: 'Platform to build for, eg. '
+ description: 'Platform to build for'
13
+ type: choice
14
options:
15
- 'rocky8'
16
- 'ubuntu'
@@ -94,6 +95,7 @@ jobs:
94
95
archive_path=$(echo $output | awk '{print $NF}')
96
echo "archive_filename=$archive_filename" >> $GITHUB_ENV
97
echo "archive_path=$archive_path" >> $GITHUB_ENV
98
+ echo $output
99
100
- name: Store conquest python as build artifact
101
if: ${{ !inputs.artifactory-push }}
0 commit comments