We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbf9aa2 + c26f8dc commit e16827cCopy full SHA for e16827c
.github/workflows/release.yml
@@ -220,18 +220,6 @@ jobs:
220
find toolkit-app/target/ -type d -empty -delete
221
ls -R toolkit-app/target
222
223
-# - name: 'Merge all artifacts'
224
-# shell: bash
225
-# run: |
226
-# mkdir -p merged-artifact
227
-# cp -r all-artifacts/*/* merged-artifact/
228
-#
229
-# - name: Upload merged artifact
230
-# uses: actions/upload-artifact@v4
231
-# with:
232
-# name: release-artifact # 合并后的工件名称
233
-# path: merged-artifact\
234
-
235
- name: 'Restore Maven packages'
236
uses: actions/cache@v4
237
with:
0 commit comments