Skip to content

Commit

Permalink
chore: Update buildscript.
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed May 18, 2024
1 parent a6a829c commit 8df9b69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
with:
gradle-version: "wrapper"
- name: Build JARs
run: "gradle chiseledBuild"
uses: Wandalen/wretry.action@master
with:
command: "gradle chiseledBuild"
attempt_limit: 3
- name: Upload Built JARs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8df9b69

Please sign in to comment.