We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f313629 commit 9c0ae06Copy full SHA for 9c0ae06
.github/actions/cibuildgem/dist/index.js
@@ -28258,7 +28258,7 @@ function normalizedPath(path) {
28258
return path;
28259
}
28260
28261
- path.replace(rubiesPath, "/opt/rubies")
+ return path.replace(rubiesPath, "/opt/rubies")
28262
28263
28264
function getRbConfigName(rubyPlatform, rubyVersion) {
.github/actions/cibuildgem/src/index.js
@@ -57,7 +57,7 @@ function normalizedPath(path) {
57
58
59
60
61
62
63
0 commit comments