Always save build artifacts on Windows

This commit is contained in:
Ondřej Surý
2020-05-21 10:34:34 +02:00
parent 5bd2037b4e
commit 4c8765e31d

View File

@@ -238,6 +238,7 @@ stages:
artifacts:
untracked: true
expire_in: "1 day"
when: always
.setup_interfaces: &setup_interfaces |
if [ "$(id -u)" -eq "0" ]; then