CharaChorder / nexus

CharaChorder's logging and analysis desktop app, supporting Linux, Windows, and macOS.
GNU Affero General Public License v3.0
19 stars 7 forks source link

Create separate artefacts for builds #52

Closed xslendix closed 2 months ago

xslendix commented 1 year ago

Create separate artefacts for builds of different operating systems. This should allow faster downloads on low speed networks.

Raymo111 commented 1 year ago

Can be done by naming artifacts differently in CI.yml based on OS type. The release step also needs to be modified.

Raymo111 commented 2 months ago

Fixed in #136.