Skip to content

Commit

Permalink
Fix CI to use shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonBein authored Jan 17, 2024
1 parent c9ab28e commit f0f7173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Create .zip
run: |
cd ./target/
mv ./!(*test*).jar ./scylla.jar
find ./ -type f -name '*.jar' ! -name '*test*' -exec mv {} ./scylla.jar \;
mv ./*tests.jar ./scylla-tests.jar
zip -r ../scylla.zip ./*.jar ./libs/*
cd ..
Expand Down

0 comments on commit f0f7173

Please sign in to comment.