We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598046f commit 1d319beCopy full SHA for 1d319be
.github/workflows/_test_unit.yaml
@@ -132,4 +132,5 @@ jobs:
132
uses: actions/upload-artifact@v4
133
with:
134
name: ${{ inputs.ARTIFACT_NAME }}-${{ matrix.GPU_ARCH }}
135
- path: ${{ inputs.PATH_TO_ARTIFACTS }}
+ path: |
136
+ ${{ inputs.PATH_TO_ARTIFACTS }}
0 commit comments