Commit 236c1a7
committed
Fixed CI/CD Pipeline
The previous release introduced a bug, where the GitHub Actions workflow
did not correctly set the output variable for the version combinations
due to a typo in the variable name. This caused the build process to
fail when trying to build images for different CUDA and cuDNN versions.
The typo has been fixed by changing "version_combinations" to
"version-combinations" in the relevant line of the workflow file.1 parent 9eb4c24 commit 236c1a7
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
0 commit comments