Skip to content

Commit

Permalink
fixed download dir
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb-io committed Jun 18, 2023
1 parent d22f0fc commit f0c4127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
make DEBUG_LEVEL=0 -j 16 rocksdbjava
cd java
mkdir src/main/resources
cp target/libspeedbjni-linux64.so src/main/resources
echo "aws s3 --profile nd7 cp --recursive s3://spdb-builder/jar_test/v$VERSION/ java/src/main/resources/"
echo "waiting 3 minutes for you to upload your files"
sleep 180
Expand Down

0 comments on commit f0c4127

Please sign in to comment.