File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 echo "WINPYVERSION=${{ matrix.flavor.WINPYVERSION_313 }}" >> $GITHUB_ENV
138138 echo "WINPYVER2=${{ matrix.flavor.WINPYVER2_313 }}" >> $GITHUB_ENV
139139 echo "build_location=${{ matrix.flavor.build_location_313 }}" >> $GITHUB_ENV
140- echo "destwheelhouse=${{ matrix.flavor_config .build_location_313 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
140+ echo "destwheelhouse=${{ matrix.flavor .build_location_313 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
141141 else
142142 echo "WINPYrequirements=${{ matrix.flavor.REQUIREMENTS_314 }}" >> $GITHUB_ENV
143143 echo "WINPYrequirementswhl=${{ matrix.flavor.REQUIREMENTS_WHL_314 }}" >> $GITHUB_ENV
@@ -147,7 +147,7 @@ jobs:
147147 echo "WINPYVERSION=${{ matrix.flavor.WINPYVERSION_314 }}" >> $GITHUB_ENV
148148 echo "WINPYVER2=${{ matrix.flavor.WINPYVER2_314 }}" >> $GITHUB_ENV
149149 echo "build_location=${{ matrix.flavor.build_location_314 }}" >> $GITHUB_ENV
150- echo "destwheelhouse=${{ matrix.flavor_config .build_location_314 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
150+ echo "destwheelhouse=${{ matrix.flavor .build_location_314 }}\\wheelhouse\\included.wheels" >> $GITHUB_ENV
151151 fi
152152 echo "WINPYARCH=${{ matrix.flavor.WINPYARCH }}" >> $GITHUB_ENV
153153 echo "WINPYFLAVOR=$FLAVOR" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments