FOGProject / fos

FOG Operating System
30 stars 33 forks source link

Fixes to GitHub Actions #73

Closed rluzuriaga closed 1 year ago

rluzuriaga commented 1 year ago

These are the new inputs.

Screenshot from 2023-04-02 19-21-51


If the checkbox is not selected and nothing is entered to the input field, then the release will come out like this: Screenshot from 2023-04-02 19-24-54


If the checkbox is selected and the FOG version is entered, then the release will come out like this: Screenshot from 2023-04-02 19-26-59 Whatever is entered in the input text field will appear in the release name FOG (ENTERED TEXT) kernels and inits


There is now a preceding job that runs before all the builds. This preceding job checks to make sure that the input text field is not empty if the Official Release? checkbox is selected and vice versa.

Fixes #65

Sebastian-Roth commented 1 year ago

@rluzuriaga first off I need to say sorry for taking so long to take a look at this!

Looks great I think. Nice checks and environment magic to make this work. Well done I reckon!