kszucs commented on code in PR #13149:
URL: https://github.com/apache/arrow/pull/13149#discussion_r880222545
##########
dev/tasks/tasks.yml:
##########
@@ -911,6 +912,13 @@ tasks:
- Apache.Arrow.{no_rc_version}.nupkg
- Apache.Arrow.{no_rc_version}.snupkg
+ ######################## R packages & binaries ##############################
+ r-nightly-packages:
+ ci: github
+ template: r/github.nightly.yml
Review Comment:
Do we intend to upload the produced binaries to crossbow similarly to other
packaging tasks? If yes, then you need to add the list of expected artifacts.
Example from a wheel task:
```yaml
artifacts:
- pyarrow-{no_rc_version}-cp38-cp38-macosx_11_0_arm64.whl
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]