Re: Let's get a new release out in the next week
Geoff Westcott via xmltv-devel <[email protected]> Sat, 25 Feb 2023 21:17:51 +0000
| Newsgroups | gmane.comp.tv.xmltv.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 24 Feb 2023 23:01:59 +0000, Geoff Westcott via xmltv-devel wrote: > So the github build now makes xmltv.exe, xmltv32.exe as well as xmltv-1.2.1-win64.zip and xmltv-1.2.1-win32.zip > [...] So, the Windows build creates a 64-bit xmltv.exe and a 32-bit xmltv32.exe. The 64-bit flavour is uploaded to alpha-exe. The workflow also creates a zip of the Windows exe plus DTD/readme, and automagically uploads it to the Assets for the latest Release. It will do separate zipfiles for 32- and 64-bit exe files. It only does this for 'push' triggers. (For pull requests the makefile is run but then it stops before making the exes or the zips.) GH Workflows can run arbitrary scripts, so if anyone knows a way to auto-upload to SourceForge...? Geoff