File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,14 +179,14 @@ jobs:
179179 run : |
180180 py=$(echo "${{ matrix.python-version }}" | tr '.' '_')
181181 echo "wheel=torch-${{ env.TORCH_VERSION }}-py${py}-manylinux_riscv64" >> "${GITHUB_OUTPUT}"
182- echo "dir=${BUILD_NAME_PREFIX}${py}${BUILD_NAME_SUFFIX}" >> "${GITHUB_OUTPUT}"
182+ echo "wheel- dir=${PYTORCH_FINAL_PACKAGE_DIR}/ ${BUILD_NAME_PREFIX}${py}${BUILD_NAME_SUFFIX}" >> "${GITHUB_OUTPUT}"
183183
184184 - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
185185 if : steps.build.outcome != 'skipped'
186186 with :
187187 name : ${{ steps.artifact-name.outputs.wheel }}
188188 if-no-files-found : error
189- path : ${{ runner.temp }}/artifacts/${{ steps.artifact-name.outputs.dir }}/*.whl
189+ path : ${{ steps.artifact-name.outputs.wheel- dir }}/*.whl
190190
191191 publish :
192192 name : Publish torch ${{ inputs.version || '2.13.0' }} to GitLab
You can’t perform that action at this time.
0 commit comments