kou commented on code in PR #1762:
URL: https://github.com/apache/arrow-adbc/pull/1762#discussion_r1580075954


##########
.github/workflows/packaging.yml:
##########
@@ -302,8 +302,14 @@ jobs:
       - name: Extract source archive
         run: |
           tar xf apache-arrow-adbc-${{ steps.info.outputs.VERSION }}.tar.gz
+
+          source ./apache-arrow-adbc-${{ steps.info.outputs.VERSION 
}}/dev/release/versions.env
+
           mv apache-arrow-adbc-${{ steps.info.outputs.VERSION }} adbc
-          mv apache-arrow-adbc-${{ steps.info.outputs.VERSION }}.tar.gz 
adbc/ci/linux-packages/
+          # Need to align the file path with the version number (and not the 
release)
+          cp -r adbc apache-arrow-adbc-${VERSION_NATIVE}
+          tar czf 
adbc/ci/linux-packages/apache-arrow-adbc-${VERSION_NATIVE}.tar.gz 
apache-arrow-adbc-${VERSION_NATIVE}

Review Comment:
   OK! I'll push to this branch!



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