We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157f785 commit a5a2ec0Copy full SHA for a5a2ec0
.github/workflows/build.yml
@@ -80,6 +80,11 @@ jobs:
80
cp ./apps/target/hm-apps-*.jar "${TMPLIBS}"
81
rm -f "${TMPLIBS}"/*-sources.jar || true
82
rm -f "${TMPLIBS}"/junit*.jar "${TMPLIBS}"/log4j-*.jar || true
83
+ rm -f "${TMPLIBS}"/hm-geoframe-cleq-*.jar || true
84
+ rm -f "${TMPLIBS}"/hm-geoframe-num-*.jar || true
85
+ rm -f "${TMPLIBS}"/hm-geoframe-snowm-*.jar || true
86
+ rm -f "${TMPLIBS}"/hm-geoframe-rssep-*.jar || true
87
+ rm -f "${TMPLIBS}"/hm-geoframe-erm-*.jar || true
88
89
# --- FIXED assemble step ---
90
- name: Assemble tar.gz bundle
0 commit comments