Skip to content

Commit

Permalink
Properly ignore lib build result.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Mar 25, 2024
1 parent 8b60977 commit d5be29b
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 @@ -40,5 +40,5 @@ jobs:

- name: Build standalone
run: |
./gradlew standalone:libs --continue
./gradlew standalone:libs || true
./gradlew standalone:uberJar

0 comments on commit d5be29b

Please sign in to comment.