Skip to content

Commit

Permalink
Update build-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchampions committed Nov 13, 2024
1 parent 23b43d6 commit 34e01a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
cache: maven
- name: Clean cache
run: mvn clean
- name: Build Slimefun
run: mvn -B package --errors
- name: Delete useless folders
run: |
rm -rf target/
- name: Build Slimefun
run: mvn -B package --errors --file pom.xml
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
- name: Delete useless files
Expand Down

0 comments on commit 34e01a2

Please sign in to comment.