Skip to content

2.3.3

Choose a tag to compare

@github-actions github-actions released this 08 May 04:23
· 1 commit to main since this release

Fixed

  • Archives left behind in storage/runtime/temp/craft-backup/ after every run. The runner removed the per-run staging subdirectory but not the archive file itself, which sits one level up; it's now unlinked in the same finally block. Dry runs still preserve the archive so its path stays inspectable.