summaryrefslogtreecommitdiff
path: root/.github/workflows/build-binary-packages.yml
AgeCommit message (Collapse)Author
2025-08-08do not upload release assetsArianna Masciolini
2025-08-08try server mode on windows (#194)Arianna Masciolini
2025-08-08Update release scripts for 3.12Inari Listenmaa
2023-09-25gh-actions: Don't use ubuntu-18 and macos-10.15Andreas Källberg
There are no longer any gihub actions runners available for these Note that this means we can't build for ubuntu-18 anymore, but that should hopefully no longer be relevant, since it's over 5 years old now.
2021-07-25Rename packages based on git tagAndreas Källberg
2021-07-25Upload release assets automatically as wellAndreas Källberg
2021-07-25Only run the script once per releaseAndreas Källberg
2021-07-25Update release script to build for two ubuntu versionsAndreas Källberg
2021-07-25Build ubuntu packages on ubuntu-latestAndreas Källberg
Fixes #74
2021-07-23Change Python 3.8 to 3.9John J. Camilleri
2021-07-22Update path in main workflow for binariesJohn J. Camilleri
2020-11-30Add note about why we're not using Setup Haskell action for Ubuntu build.John J. Camilleri
2020-11-30Update release instructionsJohn J. Camilleri
2020-11-30Combine binary workflows into one with multiple jobsJohn J. Camilleri