Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
kagahd committed Oct 14, 2024
1 parent a9efbb5 commit 7eff0ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
mkdir -p latest-version
pwd
ls -al
git status
if ! cmp -s target/*-jar-with-dependencies.jar latest-version/mongodb-performance-test.jar; then
mv target/*-jar-with-dependencies.jar latest-version/mongodb-performance-test.jar
Expand Down

0 comments on commit 7eff0ae

Please sign in to comment.