Skip to content

Commit f6ba0ba

Browse files
authored
ci: fix artifact downloads for release
1 parent 60012f5 commit f6ba0ba

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -159,22 +159,10 @@ jobs:
159159
- name: Checkout
160160
uses: actions/checkout@v6
161161

162-
- name: Download Ubuntu Artifacts
163-
uses: actions/download-artifact@v6
164-
with:
165-
name: cq-ubuntu-latest
166-
path: target
167-
168-
- name: Download MacOS Artifacts
169-
uses: actions/download-artifact@v6
170-
with:
171-
name: cq-macos-latest
172-
path: target
173-
174-
- name: Download Windows Artifacts
162+
- name: Download Artifacts
175163
uses: actions/download-artifact@v6
176164
with:
177-
name: cq-windows-latest
165+
pattern: cq-*
178166
path: target
179167

180168
- name: Rename cq-jvm to -SLOW

0 commit comments

Comments
 (0)