Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actions: uploader: Don't clean after build
We currently clean the build immediately after building the zip-file, which has worked up until this point because our zip-file.clean target wasn't actually correctly cleaning up the zip file. Now that the zip-file.clean target is fixed running `make zip-file clean` is nonsensical since it immediately deletes the just-built zip file. Drop the clean invocation so that our zip file doesn't get nuked.
- Loading branch information