Regenerate bundle

This commit is contained in:
Gregory Szorc
2026-01-04 16:39:01 -08:00
parent cb7589dd10
commit 5590f32ee8

8
dist/index.js generated vendored
View File

@@ -27590,7 +27590,7 @@ module.exports = {
const core = __nccwpck_require__(7484)
const exec = __nccwpck_require__(5236)
const tool_cache = __nccwpck_require__(3472)
const toolCache = __nccwpck_require__(3472)
const os = __nccwpck_require__(857)
async function getRcodesign(version) {
@@ -27638,14 +27638,14 @@ async function getRcodesign(version) {
core.info(`Downloading rcodesign from ${url}`)
const toolPath = await tool_cache.downloadTool(url)
const toolPath = await toolCache.downloadTool(url)
let destDir
if (url.endsWith('.tar.gz')) {
destDir = await tool_cache.extractTar(toolPath, 'rcodesign')
destDir = await toolCache.extractTar(toolPath, 'rcodesign')
} else {
destDir = await tool_cache.extractZip(toolPath, 'rcodesign')
destDir = await toolCache.extractZip(toolPath, 'rcodesign')
}
let exe = `${destDir}/${directory}/rcodesign`