diff --git a/.github/workflows/build-jar.yml b/.github/workflows/build-jar.yml index 0986444..8310797 100644 --- a/.github/workflows/build-jar.yml +++ b/.github/workflows/build-jar.yml @@ -42,6 +42,8 @@ jobs: git config --local user.email "github-actions@idealo.de" git config --local user.name "github-actions[bot]" + git checkout $GITHUB_REF + git add latest-version/mongodb-performance-test.jar git status