diff --git a/dist/index.js b/dist/index.js index 9613d4a..71f98bb 100644 --- a/dist/index.js +++ b/dist/index.js @@ -30818,7 +30818,7 @@ class ArtifactHttpClient { maskSigUrl(url, urlType) { const sigIndex = url.indexOf('sig='); if (sigIndex !== -1) { - const sigValue = url.substring(sigIndex + 4).split('&')[0]; + const sigValue = url.substring(sigIndex + 4); (0, core_1.setSecret)(sigValue); const maskedUrl = `${url.substring(0, sigIndex + 4)}***`; (0, core_1.debug)(`Masked ${urlType}: ${maskedUrl}`);