We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c28443 commit d9ac5d6Copy full SHA for d9ac5d6
1 file changed
.github/workflows/build.yaml
@@ -351,10 +351,19 @@ jobs:
351
id: get_version
352
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
353
354
- - name: Download all artifacts
+ - name: Download all build artifacts
355
uses: actions/download-artifact@v4
356
with:
357
path: artifacts
358
+ pattern: flapi-*
359
+ merge-multiple: false
360
+
361
+ - name: Download flapii artifacts
362
+ uses: actions/download-artifact@v4
363
+ with:
364
+ path: artifacts
365
+ pattern: flapii-*
366
367
368
- name: Prepare release assets
369
run: |
0 commit comments