Skip to content

Commit 9ec5c83

Browse files
authored
Merge branch 'main' into cicd
2 parents 0a2ea4c + f6ba0ba commit 9ec5c83

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/cicd.yaml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)