File tree 7 files changed +11
-12
lines changed
7 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ jobs:
185
185
with :
186
186
name : artifacts-${{ matrix.os }}
187
187
path : |
188
- toolkit-app/target/toolkit-app *.zip
189
- !toolkit-app/target/toolkit-app- ${{ env.refName }}.jar
188
+ toolkit-app/target/*.zip
189
+ !toolkit-app/target/toolkit-${{ env.refName }}.zip
190
190
191
191
# Collect all executables and release
192
192
release :
@@ -211,11 +211,10 @@ jobs:
211
211
path : all-artifacts
212
212
213
213
- name : ' Merge all artifacts'
214
+ shell : bash
214
215
run : |
215
- mkdir merged-artifact
216
- for /d %%D in (all-artifacts\*) do (
217
- xcopy /E /I "%%D" merged-artifact\
218
- )
216
+ mkdir -p merged-artifact
217
+ cp -r all-artifacts/*/* merged-artifact/
219
218
220
219
- name : Upload merged artifact
221
220
uses : actions/upload-artifact@v4
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