ci-cd-rework #137

Merged
celine merged 1 commits from ci-cd-rework into 2.0.3 2026-01-09 05:58:22 +00:00
Owner

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.

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.
celine changed target branch from master to 2.0.3 2026-01-08 20:36:34 +00:00
celine added 1 commit 2026-01-08 20:36:34 +00:00
defnotken approved these changes 2026-01-08 20:40:56 +00:00
celine merged commit 61f584f059 into 2.0.3 2026-01-09 05:58:22 +00:00
celine deleted branch ci-cd-rework 2026-01-09 05:58:23 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lightless-Sync/LightlessClient#137