mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 07:35:12 -04:00
Re-enable creation of AppVeyor artifacts to provide nightly builds
Fixes #2651.
They were disabled in 05116b8311
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
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue