Commit Graph

54 Commits

Author SHA1 Message Date
Ferdinand Mütsch 05b740c87d chore: minor changes to the github actions 2020-05-31 09:52:13 +02:00
NickAc 0a513e959b
Automatically build the project for Linux users
Add a GitHub Action to build on Linux when a release is created
2020-05-30 21:50:16 +01:00
NickAc c68ee0a81e
Remove upload of artifact to Actions' artifacts
There is no need to upload the artifact to the Action itself since it will be uploaded to the release.
2020-05-30 21:04:22 +01:00
NickAc e4a2fbd51a
Automatically build the project for Windows users
This change makes it simpler for Windows users to use the project by automatically building the project with GitHub Actions on every release.

This allows for an easier way to use the project by automatically adding a zip file with the built executables to new releases.
2020-05-30 21:01:54 +01:00