Skip to content

Commit c230d40

Browse files
committed
WIP
1 parent 8214b52 commit c230d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/cibuildgem/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28294,7 +28294,7 @@ function rubyBuilderURL(rubyVersion) {
2829428294
}
2829528295

2829628296
function linuxRuby(rubyVersion) {
28297-
`https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
28297+
return `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
2829828298
}
2829928299

2830028300
function windowsInstallerURL(rubyVersion) {

.github/actions/cibuildgem/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function rubyBuilderURL(rubyVersion) {
9393
}
9494

9595
function linuxRuby(rubyVersion) {
96-
`https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
96+
return `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
9797
}
9898

9999
function windowsInstallerURL(rubyVersion) {

0 commit comments

Comments
 (0)