Skip to content

Commit a41f5f6

Browse files
brunoborgesCopilot
andcommitted
Fix build-generator: add --force to overwrite existing JAR
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5c218dc commit a41f5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: jbangdev/setup-jbang@main
2525

2626
- name: Build fat JAR
27-
run: jbang export fatjar --output html-generators/generate.jar html-generators/generate.java
27+
run: jbang export fatjar --force --output html-generators/generate.jar html-generators/generate.java
2828

2929
- name: Commit updated JAR
3030
run: |

0 commit comments

Comments
 (0)