Further tweaks to artefact upload step
Some checks failed
continuous-integration/drone/push Build is failing

DroneCI wasn't happy with the mv of `Asuro.iso` - changed to a cp.
This commit is contained in:
Kieron Morris 2025-03-09 20:36:19 +00:00
parent 738307d070
commit f795ba24f8

View File

@ -38,7 +38,7 @@ steps:
commands: commands:
- export BUILD_VERSION=$(git rev-parse --short HEAD) - export BUILD_VERSION=$(git rev-parse --short HEAD)
- export ISO_NAME="Asuro-${BUILD_VERSION}.iso" - export ISO_NAME="Asuro-${BUILD_VERSION}.iso"
- mv Asuro.iso "$ISO_NAME" - cp Asuro.iso "$ISO_NAME"
# Upload commit-specific ISO # Upload commit-specific ISO
- | - |