alinaliBQ commented on code in PR #48873:
URL: https://github.com/apache/arrow/pull/48873#discussion_r2700347264
##########
.github/workflows/cpp_extra.yml:
##########
@@ -457,6 +457,26 @@ jobs:
name: flight-sql-odbc-msi-installer
path: build/cpp/Apache Arrow Flight SQL ODBC-*-win64.msi
if-no-files-found: error
+ # Upload ODBC installer as nightly release in scheduled runs
+ - name: Prepare ODBC installer for sync
+ # if: github.event_name == 'schedule' # -AL- for testing purpose,
temporarily disable `if` check
+ run: |
+ mkdir odbc-installer
+ Move-Item "build/cpp/Apache Arrow Flight SQL ODBC-*-win64.msi"
odbc-installer/
+ tree odbc-installer
+ - name: Sync to Remote
+ # if: github.event_name == 'schedule'
+ uses: ./.github/actions/sync-nightlies
Review Comment:
I got below error
```
Error loading key "(stdin)": error in libcrypto
```
not sure why it occurred. Link to run:
https://github.com/apache/arrow/actions/runs/21083982390/job/60643666488?pr=48873
--
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]