mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-22 15:59:54 -05:00
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/
This commit is contained in:
parent
65b1a5bce2
commit
01506127c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user