write the ymls

pull/5370/head
bunsenstraat 8 months ago
parent 66f81faaa8
commit 55886464cf
  1. 4
      apps/remix-ide/ci/update_desktop_release_assets.ts

@ -186,9 +186,9 @@ async function main() {
} }
console.log(combined) console.log(combined)
const newYml = YAML.stringify(combined) const newYml = YAML.stringify(combined)
//fs.writeFileSync(path.join(__dirname, '../../../release', 'latest-mac.yml'), newYml) fs.writeFileSync(path.join(__dirname, '../../../release', 'latest-mac.yml'), newYml)
// remove the arm64 file // remove the arm64 file
// fs.unlinkSync(path.join(__dirname, '../../../release', 'latest-mac-arm64.yml')) fs.unlinkSync(path.join(__dirname, '../../../release', 'latest-mac-arm64.yml'))
} }
} catch (e) { } catch (e) {
console.log(e) console.log(e)

Loading…
Cancel
Save