kou commented on code in PR #517:
URL: https://github.com/apache/arrow-java/pull/517#discussion_r1915938534


##########
.github/workflows/rc.yml:
##########
@@ -105,37 +357,40 @@ jobs:
           else
             rc=$(date +%Y%m%d)
           fi
-          VERIFY_DEFAULT=0 \
-            VERIFY_SOURCE=1 \
-            dev/release/verify_rc.sh "${version}" "${rc}"
+          tar -xf ${tar_gz}
+          export VERIFY_DEFAULT=0
+          export VERIFY_BINARY=1
+          export VERIFY_SOURCE=1
+          cd apache-arrow-java-*
+          mv ../${tar_gz} ./
+          mv ../release-binaries binaries
+          dev/release/verify_rc.sh "${version}" "${rc}"
   upload:
     name: Upload
-    if: github.ref_type == 'tag'
+    # if: github.ref_type == 'tag'

Review Comment:
   Reverted. This worked: 
https://github.com/apache/arrow-java/actions/runs/12781206977/job/35629480932#step:3:17



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