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 ff3c957 commit 8fc3adcCopy full SHA for 8fc3adc
.github/workflows/tests.yml
@@ -154,8 +154,9 @@ jobs:
154
export IFS='-'
155
read -a strarr <<< $wheel_name
156
export version="${strarr[1]}"
157
- export name=ansys-dpf-core-v$version-wheelhouse-${{ runner.os }}-${{ matrix.python-version }}.zip
158
- echo "name=${name}" >> $GITHUB_OUTPUT
+ echo $version
+ export name=ansys-dpf-core-v${version}-wheelhouse-${{ runner.os }}-${{ matrix.python-version }}.zip
159
+ echo "name=${name}" >> "$GITHUB_OUTPUT"
160
161
- name: "Zip wheelhouse"
162
if: inputs.wheelhouse == 'true'
0 commit comments