diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b6a4b880..a0cfdd0288 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -587,6 +587,10 @@ jobs: uses: actions/download-artifact@v4 with: merge-multiple: true + # Having multiple artifacts named the same might be onfusing to the users. Drop the unsigned versions + - name: Remove unsigned artifacts + run: | + rm -rf *unsigned* - name: Concatenate sha1 files run: | ls -lR