We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab5a10 commit e056e78Copy full SHA for e056e78
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- uses: vimtor/action-zip@v1
58
with:
59
- files: DeepPhe/dphe-nlp2/target/deepphe-${{ env.dphe_nlp_version }}-bin/deepphe-${{ env.dphe_nlp_version }}/lib/
+ files: DeepPhe/dphe-nlp2/target/deepphe-${{ env.dphe_nlp_version }}-bin/deepphe-${{ env.dphe_nlp_version }}/lib/ DeepPhe/dphe-nlp2/target/deepphe-nlp.jar
60
dest: zips/DeepPhe-lib.zip
61
recursive: true
62
0 commit comments