ci-cd-rework #137
Reference in New Issue
Block a user
Delete Branch "ci-cd-rework"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To break it down:
Instead of packing up the final release version, we were packing up the intermediate step AND the final version.
This resulted in the zip we release containing unnecessary files and another zip with the actual release version.
This change fixes that and removes an unnecessary check if the file actually exists. Because if it didn't, we would crash way earlier anyways.