alinaliBQ commented on code in PR #48873:
URL: https://github.com/apache/arrow/pull/48873#discussion_r2700424687


##########
.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 think it is likely because GitHub doesn't expose secrets to forked PRs



-- 
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]

Reply via email to