File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed
Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 uses : actions/upload-artifact@v5
141141 with :
142142 name : cq-native-${{ matrix.os }}
143- path : target/cq*
143+ path : target/cq-native- *
144144
145145 release :
146146 if : startsWith(github.ref, 'refs/tags/')
@@ -151,28 +151,10 @@ jobs:
151151 - name : Checkout
152152 uses : actions/checkout@v6
153153
154- - name : Download Linux Artifacts
155- uses : actions/download-artifact@v6
156- with :
157- name : cq-native-ubuntu-latest
158- path : target
159-
160- - name : Download macOS Artifacts
161- uses : actions/download-artifact@v6
162- with :
163- name : cq-native-macos-latest
164- path : target
165-
166- - name : Download Windows Artifacts
167- uses : actions/download-artifact@v6
168- with :
169- name : cq-native-windows-latest
170- path : target
171-
172- - name : Download JVM Artifacts
154+ - name : Download Artifacts
173155 uses : actions/download-artifact@v6
174156 with :
175- name : cq-jvm
157+ pattern : cq-*
176158 path : target
177159
178160 - name : Rename cq-jvm to -SLOW
You can’t perform that action at this time.
0 commit comments