From 65b1a5bce2aa2ca71442ceeed2a0035f919a2d10 Mon Sep 17 00:00:00 2001 From: Petr Date: Sun, 14 May 2023 22:06:44 +0200 Subject: [PATCH 1/2] Update the tracked `libretroshare` submodule. Fixes #2732. --- libretroshare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretroshare b/libretroshare index 74cd958cf..8c02b54e4 160000 --- a/libretroshare +++ b/libretroshare @@ -1 +1 @@ -Subproject commit 74cd958cf8a3c8b3e2d3f8a22657b5e16bdad476 +Subproject commit 8c02b54e4d16e38b28e77263a0b1570c50df4c99 From 01506127c5508b14fed59624d11df21fed5824e9 Mon Sep 17 00:00:00 2001 From: Petr Date: Mon, 15 May 2023 10:33:54 +0200 Subject: [PATCH 2/2] 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