devklick/basic-blackjack

Fix release for Windows

Closed this issue · 1 comments

I've been working on updating the release workflow and its no longer publishing the windows installer.

Need to revisit this.

This is now resolved, both windows and linux packages are being released as part of the workflow.

The problem was caused by trying to invoke semantic-release in two different jobs. The solution is to continue building the packages in two separate jobs then upload them as artifacts, and have one job that downloads all artifacts and releases them to github.