Skip to content

Commit

Permalink
fix name of buildfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mvoigt-sag authored Feb 15, 2024
1 parent 4ecd78c commit 08ff2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
BUILD_NUMBER: ${{ steps.decide_build_number.outputs.calculated_build_number }}
run: |
chmod +x gradlew
./gradlew --console plain -b .\buildJavaJar.gradle clean build -x test
./gradlew --console plain -b .\build-jar.gradle clean build -x test
- name: Archive jar file
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 08ff2eb

Please sign in to comment.