Skip to content

Commit 55e9f93

Browse files
fix release.yml
1 parent 37b1792 commit 55e9f93

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jreleaser.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ project:
22
name: ublhub
33
description: Facturador SUNAT
44
longDescription: Facturador SUNAT para desarrolladores
5-
website: https://project-openubl.github.io/
65
authors:
76
- Carlos E. Feria Vila
87
license: Apache-2
98
java:
109
groupId: io.github.project.openubl.ublhub
1110
version: 11
12-
extraProperties:
13-
inceptionYear: 2021
11+
inceptionYear: 2019
12+
links:
13+
homepage: https://project-openubl.github.io/
1414

1515
distributions:
1616
jvm:
1717
artifacts:
18-
- path: artifacts/ublhub-{{projectVersion}}.tar.gz
19-
- path: artifacts/ublhub-{{projectVersion}}.zip
18+
- path: target/distributions/ublhub-{{projectVersion}}.tar.gz
19+
- path: target/distributions/ublhub-{{projectVersion}}.zip
2020

2121
release:
2222
github:

0 commit comments

Comments
 (0)