Skip to content

Commit 875d0f5

Browse files
committed
Fix duplicate JAR upload in release workflow
1 parent 28b80ce commit 875d0f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
draft: false
7272
prerelease: ${{ steps.prerelease_check.outputs.IS_PRERELEASE }}
7373
files: |
74-
target/cv4pve-api-java-[0-9]*.jar
74+
target/cv4pve-api-java-[0-9]*[0-9].jar
7575
target/cv4pve-api-java-[0-9]*-sources.jar
7676
target/cv4pve-api-java-[0-9]*-javadoc.jar
7777
env:

0 commit comments

Comments
 (0)