Add automatic workflow build artifact cleanup.

This commit is contained in:
Knutwurst
2021-04-11 12:37:58 +02:00
parent 5b3c593f77
commit aa7b477b30
2 changed files with 15 additions and 2 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.2.0-Alpha.2"
#define CUSTOM_BUILD_VERSION "1.2.0-Alpha.3"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2021-04-10"
#define STRING_DISTRIBUTION_DATE "2021-04-11"
#endif
/**