Do post-build steps in separate directories
commitb97ee0c2c871bce3f72b6439c8aae6b12dfd8268
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 15 Nov 2023 16:50:05 +0000 (15 16:50 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Thu, 16 Nov 2023 14:22:30 +0000 (16 14:22 +0000)
tree30be02e72720925d6a9bfbdd576b7b5b0e22bf59
parentfc033fabb3ff163fccf15e8bd31a316b39a26825
Do post-build steps in separate directories

Do post-build steps in separate directories.  This lets us keep the
uncompressed executable around to upload separately, for when problems
occur running the UPX compressed executable.

(These steps are still missing any build avoidance, but hopefully that's
not a big problem, as we generally only run them when making a release)
Makefile.am