pull/4925/head
filip mertens 5 months ago
parent cf8938ccbc
commit 2468917483
  1. 3
      apps/remix-ide/ci/update_desktop_release_assets.ts

@ -108,8 +108,6 @@ async function hashFile(file): Promise<string> {
async function main() {
const allReleases = await getAllReleases()
console.log(`preparing release version: ${version}`)
@ -135,7 +133,6 @@ async function main() {
release = r.data
}
let ymlFiles = await readReleaseFilesFromLocalDirectory()
ymlFiles = ymlFiles.filter((file) => file.endsWith('.yml') && file.startsWith('latest'))

Loading…
Cancel
Save