diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6a6af76..6cc4d4c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: - name: Build run: | ./gradlew clean build -x test --console=plain - cp build/libs/jFSTMerge-all.jar ${HOME}/s3m.jar + cp build/libs/s3m-all.jar ${HOME}/s3m.jar - name: Configure git integration with S3M run: | @@ -48,4 +48,4 @@ jobs: run: | cd testfiles/shelltests javac -cp ${{ matrix.dependencies }} s3mGitIntegrationTests.java - java -cp ${{ matrix.dependencies }} org.junit.runner.JUnitCore s3mGitIntegrationTests \ No newline at end of file + java -cp ${{ matrix.dependencies }} org.junit.runner.JUnitCore s3mGitIntegrationTests