Skip to content

Commit 30cf950

Browse files
committed
fix
Signed-off-by: oliver könig <[email protected]>
1 parent 5d743c1 commit 30cf950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
cuda-version: ${{ inputs.cuda-version || matrix.cuda-version }}
6464
torch-version: ${{ inputs.torch-version || matrix.torch-version }}
6565
cxx11_abi: ${{ inputs.cxx11_abi || matrix.cxx11_abi }}
66-
upload-to-release: ${{ inputs.upload-to-release || matrix.upload-to-release }}
67-
release-version: ${{ inputs.release-version || matrix.release-version }}
66+
upload-to-release: ${{ inputs.upload-to-release || false }}
67+
release-version: ${{ inputs.release-version || v2.0.0 }}

0 commit comments

Comments
 (0)