Skip to content

Commit fc4f632

Browse files
committed
torch: small cleanup
1 parent 4e59d2d commit fc4f632

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-torch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)