File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -211,19 +211,19 @@ jobs:
211
211
uses : actions/download-artifact@v4
212
212
with :
213
213
pattern : artifacts-*
214
- path : all-artifacts
214
+ path : toolkit-app/target
215
215
216
- - name : ' Merge all artifacts'
217
- shell : bash
218
- run : |
219
- mkdir -p merged-artifact
220
- cp -r all-artifacts/*/* merged-artifact/
221
-
222
- - name : Upload merged artifact
223
- uses : actions/upload-artifact@v4
224
- with :
225
- name : release-artifact # 合并后的工件名称
226
- path : merged-artifact\
216
+ # - name: 'Merge all artifacts'
217
+ # shell: bash
218
+ # run: |
219
+ # mkdir -p merged-artifact
220
+ # cp -r all-artifacts/*/* merged-artifact/
221
+ #
222
+ # - name: Upload merged artifact
223
+ # uses: actions/upload-artifact@v4
224
+ # with:
225
+ # name: release-artifact # 合并后的工件名称
226
+ # path: merged-artifact\
227
227
228
228
- name : ' Restore Maven packages'
229
229
uses : actions/cache@v4
@@ -247,7 +247,7 @@ jobs:
247
247
JRELEASER_GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
248
248
JRELEASER_CHOCOLATEY_API_KEY : ${{ secrets.JRELEASER_CHOCOLATEY_API_KEY }}
249
249
JRELEASER_CHOCOLATEY_GITHUB_TOKEN : ${{ secrets.JRELEASER_CHOCOLATEY_GITHUB_TOKEN }}
250
- run : ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit -DartifactsDir=all-artifacts jreleaser:full-release
250
+ run : ./mvnw --no-transfer-progress -Prelease -pl :iot-toolkit jreleaser:full-release
251
251
252
252
- name : JReleaser output
253
253
if : always()
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >iot.technology</groupId >
24
24
<artifactId >iot-toolkit</artifactId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
<modules >
27
27
<module >toolkit-mqtt</module >
28
28
<module >toolkit-coap</module >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<name >IoT Technology ToolKit Common</name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
28
28
<artifactId >toolkit-mqtt</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >iot-toolkit</artifactId >
24
24
<groupId >iot.technology</groupId >
25
- <version >0.7.3 </version >
25
+ <version >0.7.2 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
You can’t perform that action at this time.
0 commit comments