commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

CI/CD: Add Win32 build, remove tar step on Linux/Darwin builds #469

Closed mooinglemur closed 1 year ago

mooinglemur commented 1 year ago

There was an unnecessary tar step for Linux and Mac builds in the GitHub workflows. Besides creating what was actually a .tar file while calling it .tar.gz, it was still wrapped in a .zip file by the GitHub CD workflow.

A plain zip file is totally fine even for the Linux and Mac builds.

mooinglemur commented 1 year ago

added Win32 build as well, figured I might as well wrap it into the same PR

indigodarkwolf commented 1 year ago

Nice! Thanks!