vedantmgoyal9 / winget-releaser

Publish new releases of your application to the Windows Package Manager easily.
https://docs.bittu.eu.org/docs/winget-releaser-playground
GNU Affero General Public License v3.0
162 stars 21 forks source link

[Bug]: suddenly failing #260

Closed ibigbug closed 10 months ago

ibigbug commented 10 months ago

Is there an existing issue for this?

What happened?

it started to fail with below error

Updating manifests and creating pull request...
  Executing command: java -jar komac.jar update --id 'Watfaq.PowerSession' --version 0.1.10 --urls '' --submit
  CI environment detected! Komac will throw errors instead of prompting on invalid input
  Latest version of Watfaq.PowerSession: 0.1.7
  Unsuccessful Response Code - The server responded with 404 Not Found on http://localhost/--submit
  node:internal/errors:866
    const err = new Error(message);
                ^

  Error: Command failed: & C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\[17](https://github.com/Watfaq/PowerSession-rs/actions/runs/6785695292/job/18444690485#step:7:18).0.9-9.1\x64\bin\java -jar komac.jar update --id 'Watfaq.PowerSession' --version 0.1.10 --urls '' --submit
      at checkExecSyncError (node:child_process:890:11)
      at execSync (node:child_process:962:15)
      at D:\a\_actions\vedantmgoyal[20](https://github.com/Watfaq/PowerSession-rs/actions/runs/6785695292/job/18444690485#step:7:21)09\winget-releaser\v2\dist\index.js:[30](https://github.com/Watfaq/PowerSession-rs/actions/runs/6785695292/job/18444690485#step:7:31)079:39
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 4864,
    stdout: null,
    stderr: null
  }

what does this mean?

https://github.com/Watfaq/PowerSession-rs/actions/runs/6785695292/job/18444690485

vedantmgoyal9 commented 10 months ago

There were no windows installers found with the release - https://github.com/Watfaq/PowerSession-rs/releases/tag/v0.1.10.

image

The last release which contains an .exe file is v0.1.7 - https://github.com/Watfaq/PowerSession-rs/releases/tag/v0.1.7. Release v0.1.8 and onwards, do not contain the executable.

ibigbug commented 10 months ago

ty, turns out something todo with the asset upload action plugin