aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2021-05-03Add a FUNDING filePatrick Spek1-0/+3
2021-01-10Update issue templatesPatrick Spek1-0/+39
This hopefully encourages better bug reports.
2021-01-06Try another name variable for the uploaded assetPatrick Spek1-1/+1
2021-01-06Include sysinfo in GitHub actionPatrick Spek1-4/+5
2021-01-06Update binary package actionPatrick Spek1-5/+3
2021-01-06Set RSTAR_DEBUG in GitHub buildsPatrick Spek1-0/+2
2021-01-06Assign id value to release info stepPatrick Spek1-1/+2
2021-01-06Make regular releases not count as draftsPatrick Spek1-2/+2
2021-01-06Only trigger binary packages on release creationPatrick Spek1-2/+0
The release and prerelease types were added for debugging purposes, but now result in double actions being performed on creation of a release.
2021-01-06Use different credentials when creating a releasePatrick Spek1-1/+2
2021-01-06Introduce a GitHub Workflow to build a binary packagesPatrick Spek3-0/+110
This workflow will specifically build a package for amd64 machines using a GNU libc, but allows for extending into other territories later on. Using this, we *should* be able to automatically build for Windows and Mac users too, solving that problem forever if someone wants to spend some time setting it up. Once other architectures for Linux-based systems gets introduced on GitHub Actions, these could be build in a similar manner too.