Skip to content

Commit

Permalink
Zip features recursively and include index.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hvub committed Feb 9, 2021
1 parent 76c2c67 commit 111c999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upload-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ echo "Done!"

echo "Building archives with TCK and grammar source files..."
zip ${RELEASE_VERSION}/grammar-${RELEASE_VERSION}.zip grammar/*.xml
zip ${RELEASE_VERSION}/tck-${RELEASE_VERSION}.zip tck/features/*.feature
zip -r ${RELEASE_VERSION}/tck-${RELEASE_VERSION}.zip tck/features/* tck/index.adoc
echo "Done!"

echo "Artifacts all built!"

echo "Uploading artifacts to S3..."
aws s3 sync --acl public-read ${RELEASE_VERSION} s3://artifacts.opencypher.org/${RELEASE_VERSION}
#aws s3 sync --acl public-read ${RELEASE_VERSION} s3://artifacts.opencypher.org/${RELEASE_VERSION}
echo "Done!"

0 comments on commit 111c999

Please sign in to comment.