We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be821f2 commit 669a804Copy full SHA for 669a804
.github/workflows/early-access.yml
@@ -57,6 +57,7 @@ jobs:
57
uses: actions/download-artifact@v4
58
with:
59
path: artifacts
60
+ merge-multiple: true
61
62
- name: 'Set up Java'
63
uses: actions/setup-java@v3
.github/workflows/release.yml
@@ -173,6 +173,7 @@ jobs:
173
- name: 'Download all artifacts'
174
175
176
177
178
179
0 commit comments