desktopautoupdate
filip mertens 1 year ago
parent 828d2ac226
commit 75ef27b8fb
  1. 2
      apps/remix-ide/ci/update_desktop_release_assets.ts

@ -168,7 +168,7 @@ async function main() {
let files = await readReleaseFilesFromLocalDirectory()
files = files.filter((file) => file.endsWith('.dmg') || file.endsWith('.exe') || file.endsWith('.AppImage') || file.endsWith('.snap') || file.endsWith('.deb') || file.startsWith('latest'))
files = files.filter((file) => file.endsWith('.zip') || file.endsWith('.dmg') || file.endsWith('.exe') || file.endsWith('.AppImage') || file.endsWith('.snap') || file.endsWith('.deb') || file.startsWith('latest'))
console.log(`Found ${files.length} files to upload`)
console.log(files)
if (!release.draft) {

Loading…
Cancel
Save