File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -68,22 +68,29 @@ jobs:
6868 - name : Execute run script
6969 run : earthly --secret OWASP_NVD_API_KEY +run-with-gradle
7070
71- # Save artifacts for build
72- # See Earthfile that copies these from container to local
71+ # Save artifacts for build
72+ # See Earthfile that copies these from container to local
73+
74+ - name : Save Jar for main
75+ uses : actions/upload-artifact@v4
76+ with :
77+ name : jar-main
78+ if-no-files-found : error
79+ path : build/libs/modern-java-practices-0-SNAPSHOT.jar
7380
7481# Javadoc HTML and jars
7582
7683 - name : Save Javadoc HTML for main
7784 uses : actions/upload-artifact@v4
7885 with :
79- name : javadoc-html
86+ name : javadoc-html-main
8087 if-no-files-found : error
8188 path : build/docs/javadoc/
8289
8390 - name : Save Javadoc HTML Jar for main
8491 uses : actions/upload-artifact@v4
8592 with :
86- name : javadoc-jar
93+ name : javadoc-jar-main
8794 if-no-files-found : error
8895 path : build/libs/modern-java-practices-0-SNAPSHOT-javadoc.jar
8996
Original file line number Diff line number Diff line change 7373# Save artifacts for build
7474# See Earthfile that copies these from container to local
7575
76+ - name : Save Jar for main
77+ uses : actions/upload-artifact@v4
78+ with :
79+ name : jar-main
80+ if-no-files-found : error
81+ path : target/modern-java-practices-0-SNAPSHOT.jar
82+
7683# Javadoc HTML and jars
7784
7885 - name : Save Javadoc HTML for main
You can’t perform that action at this time.
0 commit comments