Update the CI/CD config to upload the war file.

main
KKlochko 1 year ago
parent fb307cfba8
commit 6f3f0c5f2d

@ -30,7 +30,7 @@ steps:
base_url: base_url:
from_secret: BASE_URL from_secret: BASE_URL
files: files:
- target/*.jar - target/*.war
checksum: checksum:
- md5 - md5
- sha1 - sha1

Loading…
Cancel
Save