From 01506127c5508b14fed59624d11df21fed5824e9 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 15 May 2023 10:33:54 +0200 Subject: [PATCH] Re-enable creation of AppVeyor artifacts to provide nightly builds Fixes #2651. They were disabled in 05116b8311b708fa24f696142548cddd2dc48ef7 in 2019. But since then in 2021 the retention [policy] has changed and artifacts are now kept only for 1 month (for free accounts). [policy]: https://www.appveyor.com/blog/2021/03/30/artifacts-retention-policy-update/ --- appveyor.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cd706d02c..5bc004fa1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -258,10 +258,10 @@ after_build: # artifacts configuration # #---------------------------------# -#artifacts: -# - path: '**\*.exe' -# - path: filelist.txt -# - path: $(RS_DEPLOY) +artifacts: + - path: '**\*.exe' + - path: filelist.txt + - path: $(RS_DEPLOY) # # # pushing a single file