Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Change build name to s3m-all.jar
  • Loading branch information
guilhermejccavalcanti authored Dec 12, 2024
1 parent 6af9c32 commit ccb7b2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -48,4 +48,4 @@ jobs:
run: |
cd testfiles/shelltests
javac -cp ${{ matrix.dependencies }} s3mGitIntegrationTests.java
java -cp ${{ matrix.dependencies }} org.junit.runner.JUnitCore s3mGitIntegrationTests
java -cp ${{ matrix.dependencies }} org.junit.runner.JUnitCore s3mGitIntegrationTests

0 comments on commit ccb7b2c

Please sign in to comment.