We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ca6f8 commit 4ccfbecCopy full SHA for 4ccfbec
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=BentoBoxWorld_TwerkingForTrees
38
- - run: mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent install
+ - run: mvn --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent install
39
- run: mkdir staging && cp target/*.jar staging
40
- name: Save artifacts
41
uses: actions/upload-artifact@v3
0 commit comments