Skip to content

Commit e16827c

Browse files
authored
Merge pull request #47 from sanshengshui/main
update release.yml
2 parents dbf9aa2 + c26f8dc commit e16827c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -220,18 +220,6 @@ jobs:
220220
find toolkit-app/target/ -type d -empty -delete
221221
ls -R toolkit-app/target
222222
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-
235223
- name: 'Restore Maven packages'
236224
uses: actions/cache@v4
237225
with:

0 commit comments

Comments
 (0)