bsnes-emu / bsnes

bsnes is a Super Nintendo (SNES) emulator focused on performance, features, and ease of use.
Other
1.64k stars 154 forks source link

Cannot download binaries #258

Closed drone1 closed 9 months ago

drone1 commented 1 year ago

Hello.

If I click on 'Download' from the GitHub repo page under Nightly Builds, then click the first item, then linux-x86_64-binaries, then under Artifacts click the Download arrow icon on the right next to bsnes-nightly, a 22-byte .zip file downloads.

If instead of clicking the download arrow icon I click bsnes-nightly itself, it displays a file, bsnes-nightly.zip. If I click this, it takes me here which displays the following error:

image

Have I missed something or is this broken? Thanks.

Screwtapello commented 1 year ago

Yeah, the README needs to be updated. The current best source for bsnes is GitHub itself: https://github.com/bsnes-emu/bsnes/releases/tag/nightly

daninthemix commented 9 months ago

Yeah, the README needs to be updated. The current best source for bsnes is GitHub itself: https://github.com/bsnes-emu/bsnes/releases/tag/nightly

This link is now just the source code. Pretty nuts that up-to-date binaries seem wholly unavailable.

Kawa-oneechan commented 9 months ago

I go to the main Releases page and the top item has binaries for the latest nightly right there.

daninthemix commented 9 months ago

I go to the main Releases page and the top item has binaries for the latest nightly right there.

This is all I see - a binary dated 2020:

image

Screwtapello commented 9 months ago

You don't see https://github.com/bsnes-emu/bsnes/releases/tag/untagged-e25659fba553c154f4f2 ?

Alcaro commented 9 months ago

I can reproduce this issue. That link is a 404, and there is exactly one release ever.

There is a release in the Tags tab (as opposed to the Releases tab) tagged september, but, as daninthemix said, that one only contains source code (though the email announcing that release says it contains three binaries).

Screwtapello commented 9 months ago

I just merged another PR, and when the CI finished building, the download link in the README goes to https://github.com/bsnes-emu/bsnes/releases/tag/nightly which is the correct new build with all the pre-built binaries attached.

I'm not sure what was going wrong, but whatever it was, it seems to have cleared up now. Please leave a comment if you still can't download a nightly, with any extra information you can provide, and I'll take another look.