Closed Buckminsterfullerene02 closed 5 months ago
Release version mods.txt including the cpp mods that aren't included in release is intended, in case release and dev zips get mixed together without overwriting mods.txt
Release version mods.txt including the cpp mods that aren't included in release is intended, in case release and dev zips get mixed together without overwriting mods.txt
Was not aware that this was the intended behavior - redacting my previous statement that indicated the correct behavior is restored.
https://github.com/UE4SS-RE/RE-UE4SS/issues/543
Adding this for tracking purposes, but the completion of this PR should not qualify as the full fledged fix for #543
release.py
's git history is restored now
Need to see the github concurrency setting added to the workflow files + python version locked down before I personally approve. Rest of the comments are nice if you get to them, but not necessarily worth blocking for.
@narknon do you want to do final check of the output files? Release is -124-ge0fe418
Output looks good. Do we still have the bug with the first line of mods.txt not activating mods? Maybe it was fixed with the json switch?
Output looks good. Do we still have the bug with the first line of mods.txt not activating mods? Maybe it was fixed with the json switch?
I don't know but that's out of scope of this PR anyway.
Description
Fixes the outstanding bugs currently in main. Rewritten for readability. Some extra error handling, adds concurrency groups to actions for more robustness, as currently the action fails in a potentially bad way when multiple are executed in a row (such as multiple merges happening in a flurry).
Fixes #538 Fixes #539
Type of change
How Has This Been Tested?
Local testing:
Release:
Checklist