Skip to content

Commit 3057a39

Browse files
authored
Update the release guide (#77)
I missed this one during my last update on this guide
1 parent ddd6fc0 commit 3057a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/README_RELEASE_CLIENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ cd airflow-dev/clients/python
150150
svn mkdir ${VERSION}
151151
152152
# Move the artifacts to svn folder & commit
153-
mv ${CLIENT_REPO_ROOT}/apache{-,_}*client-${VERSION_WITHOUT_RC}* ${VERSION}/
153+
mv ${CLIENT_REPO_ROOT}/dist/apache{-,_}*client-${VERSION_WITHOUT_RC}* ${VERSION}/
154154
cd ${VERSION}
155155
svn add *
156156
svn commit -m "Add artifacts for Apache Airflow Python Client ${VERSION}"

0 commit comments

Comments
 (0)