Skip to content

Commit

Permalink
Adapt CI to existance of test-inclusive jar
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein authored Jan 17, 2024
1 parent 64a569c commit c9ab28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
- name: Create .zip
run: |
cd ./target/
mv ./*.jar ./scylla.jar
mv ./!(*test*).jar ./scylla.jar
mv ./*tests.jar ./scylla-tests.jar
zip -r ../scylla.zip ./*.jar ./libs/*
cd ..
- name: Upload Zip
Expand Down

0 comments on commit c9ab28e

Please sign in to comment.